Android Question traitment table excel, CSV libre office

fgh3966

Active Member
Licensed User
Hello everybody
Is it possible to write a program where with a file in spreadsheet format: (excel, libre-office ... csv format) retrieve values in boxes and transmit them to variables ?
Would there be limits on the number of rows and columns of the spreadsheet file?
Thanks in advance.
 

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Hello everybody
Is it possible to write a program where with a file in spreadsheet format: (excel, libre-office ... csv format) retrieve values in boxes and transmit them to variables ?
Would there be limits on the number of rows and columns of the spreadsheet file?
Thanks in advance.
I don't there should be any problem at all, using the standard Excel library. Maximum rows per sheet I think is 65536 and maximum columns I think is 128. Less sure about number of sheets per workbook. I find processing the sheet data is very fast as well.

RBS
 
Upvote 0
Top