LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Break down Excel file into multiple Excel files

Hello,

I have one large excel file and want to break it down into multiple excel files based on the number of rows.

for example:
The first 16k rows will be saved as excel file No.1
The second 16k rows will be saved as excel file No.2

 

Could you please help me out by pointing out which function I need to use?

 

Thanks

0 Kudos
Message 1 of 2
(773 Views)

Is it Excel file like xls or xlsx or is it CSV?

 

If it is csv or txt file, you can use the read delimited spreadsheet function. If it is xls or xlsx, you might need to use the reporting toolkit functions or Excel's activeX APIs.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
0 Kudos
Message 2 of 2
(760 Views)