unknownymous
Board Regular
- Joined
- Sep 19, 2017
- Messages
- 249
- Office Version
- 2016
- Platform
- Windows
Hi Gurus,
Do you have any thoughts on how to code this.
I have a binary file with data ranging to 1 million lines. I am planning to copy the data in xlxs version. The header to be use is same with what's in the binary for all sheets.
Example: Open Binary File that contains 1.05 Million lines
Output: Excel Worksheet Exported with Sheet 1 = 250K lines; Sheet 2 =250K lines ; Sheet 3 = 250K lines ; Sheet 4 =250K lines ; Sheet 5 = Remaining Lines
Any thoughts will be much appreciated.
Do you have any thoughts on how to code this.
I have a binary file with data ranging to 1 million lines. I am planning to copy the data in xlxs version. The header to be use is same with what's in the binary for all sheets.
Example: Open Binary File that contains 1.05 Million lines
Output: Excel Worksheet Exported with Sheet 1 = 250K lines; Sheet 2 =250K lines ; Sheet 3 = 250K lines ; Sheet 4 =250K lines ; Sheet 5 = Remaining Lines
Any thoughts will be much appreciated.