0

I include a .xlsx file as one of my project resources. If i edit this file in the projectName\Resources folder, the updates do not register when I compile the project and it only uses the state of the resource when I first added it.

Normally I would just re-add the resource but this project will eventually be compiled over the command line without the use of the IDE.

Andrew
  • 7
  • 2
  • why are you using .xlsx file as project resource? it has a lot of disadvantages. why not to use binary file? – Jonathan Applebaum May 29 '17 at 23:00
  • For compatibility mostly, There's an existing vba app that exports it's findings to an excel file of ~15'000 entries. I'm creating a UI application in vb that loads this file and allows processing and sorting of the findings. I could probably get it changed to a .csv instead if that's better? but that's about as much freedom as I have in the regard. – Andrew May 30 '17 at 12:52

0 Answers0