Home > Back-end > Help solve the efficient reading, and writing XLSX issue
Help solve the efficient reading, and writing XLSX issue
Time:09-15
There may be millions of article need to deal with the data, the current reading what I use is TXLSReadWriteII5, but write XLS efficiency is too low, Behind the use of the Internet BIFF8 binary stream write XLS format specification, weakness is no more than 65535, and write files will always prompt data may be lost, in addition to the.xls files by binary stream to write, and then use TXLSReadWriteII5 read will collapse directly, it can't find a good solution -, Please have greatly recommend a relatively high efficiency and stable read-write XLSX document control (more than 65535 data), or write XLSX can achieve binary stream
CodePudding user response:
Supplement: don't consider using ADO, COM
CodePudding user response:
Data volume is too big, XLS each sheet maximum 1 million line, or to the paging, Don't know such a large amount of data, running in the XLS?
CodePudding user response:
Data is stored separately in dozens of XLSX list, each table has more than 10, two hundred thousand data
CodePudding user response:
With what all won't solve your problem, you need to use VBA to connect the external database mySQL or sqlite, let EXCEL distribution points to import the data you need, but not all the data fully,