Posts by Pedro Pagotto • 11 points
2 posts
-
0
votes1
answer535
viewsA: Problems reading all lines of an Excel with OLEDB and C#
I was able to solve the problem through the Excel connection string as below, by changing the parameter IMEX =2 TO if (excelUpload.fileExtension == ".xls") { excelUpload.excelConnectionString =…
-
1
votes1
answer535
viewsQ: Problems reading all lines of an Excel with OLEDB and C#
I am developing a program to import spreadsheets Excel with language C#, using the component OLEDB, when importing a spreadsheet with 100547 lines the program can only read 54046. Follow the source…