Click here to Skip to main content
15,917,709 members

Comments by anastasia_ (Top 2 by date)

anastasia_ 11-Jul-19 9:52am View    
I cannot store the file in the PDA in .csv form,because it it imported from an other device(a machine that produces reports and is able to export them in excel form). I tried converting the files from .xlsx to .csv in the device but so far without success. Nevertheless, thank you for answering me!
anastasia_ 11-Jul-19 2:58am View    
I forgot to mention, I tried this library as well but when I load the file I get the "DivideByZeroException". I cannot understand how can this exception be thrown by opening a file. Do you have any idea of what causes this error?

This is the code i use to open the file:

string file = "\\My Documents\\Business\\excel_test.xlsx";
Workbook workbook = Workbook.Load(file);