Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generic list question
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
C# 5.0
OS:
Windows 7
Network:
SAMBA Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01611163
Message ID:
01611275
Views:
31
>To clarify, I have been tasked with writing an Excel worksheet parser, the input files can be xls or xlsx format. The data I require can be anywhere in the sheet but always has an identifier in column A where you start your import ( otherwise do nothing) , the minimum number of columns must be specified in advance.
>
>An example usage from command line
>
>
>Createcsv.exe excelfile.xlsx BT118
>
>
>Where BT118 tells my program the identifier and number of columns to look for. I hope this helps.

If you can identify the start column maybe there's something in NPOI to get the 'block' of cells which you could then use to to write to the csv.
Update : Something based on this: http://stackoverflow.com/questions/21229203/read-excel-using-npoi-cell-range-address ?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform