Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I need help for this job I am current working on. I have result data from a query, output will be one Excel file (.xls) but data may exceed worksheet limit (65k). I am wondering if it is possible to split the data and put into worksheets.
Example: Result data count is 500K rows
Expected output:
Sheet1 = 65k
Sheet2 = 65k
.....and so on
It is my first time here. I appreciate any suggestion you may have.
Other info.
TOS version - 5.4
Database - MySQL
Current Job design:
tJava1 ---OnComponetOk--->tMySQLConnection ---OnComponetOk--->tMySQLInput---row1 (Main)-->tFileOutputExcel
Thank you in advance.