lukos / simsig_importer

.Net Desktop Application for converting Excel simplified timetables into Simsig timetables
GNU General Public License v3.0
3 stars 1 forks source link

Fix missing component error / crash on loading xlsx #72

Closed JDeeth closed 1 year ago

JDeeth commented 1 year ago

I'm far from a Visual Studio / C# expert - when I downloaded the project I could compile and run, but it would crash when opening an .xlsx or generating a template .xlsx, while complaining of a missing component. Reinstalling the DocumentFormat.OpenXML packages in SimSigImporter and SimSigImporterLibrary fixed the problem and resulted in this three-character change.

I've tested this by pulling this commit into a new directory and rebuilding from scratch - it ran first time and generated/loaded spreadsheets without crashing!