Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Generic list question
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
C# 5.0
OS:
Windows 7
Network:
SAMBA Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01611163
Message ID:
01611275
Vues:
30
>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 ?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform