LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to spreadsheet more than 1048576 rows

This is what I want, thanks.

0 Kudos
Message 11 of 12
(236 Views)

Which message are you referring to?  Mine?

 

If so, my message isn't perfect, but was to give you a visual on what I described earlier in the thread.  A problem comes if you are adding more than one row per loop iteration.  If your total count was 1 less than the limit, but you proceed to add 3 rows, the comparison would still put in the same file, however, the 2 additional rows would be beyond the limit.

 

So for multiple rows added at once, the comparison needs to be smarter such as starting a new file if the current value and number of rows being added will exceed the limit.

0 Kudos
Message 12 of 12
(226 Views)