Search code examples
c#excel-interoperpobsolete

Trying to make a very outdated Baan system more accessible for the users with C# and Excel via interop


Upon suggestion this question has been amended to the following;

Does anyone here know about Baan as a system and if so how compatible (if at all) is it with Excel from a developer's point of view? I need to pull reports from Baan to populate Excel workbooks and be able to take certain portions of data into other workbooks without bringing in the whole code and sifting through it.


Solution

  • This is really 3 independent questions:

    1. How do I parse a BaaN report in C#? (You may have some trouble with this, unfortunately.)

    2. How do I read an Excel file in C#?

    3. How do I generate an Excel file in C#?