LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to write more than 65536 data in excel Via Labview in one column

I have more than 65536 data and i want to write these data in excel sheet. It is giving Error:-

 

"Description:-

Error -2146827284 occurred at an unidentified location

This error code is undefined. No one has provided a description for this code, or you might have wired a number that is not an error code to the error code input."

 

Less than 65536 data can be written....

 

Please give some solution...

 

0 Kudos
Message 1 of 3
(2,778 Views)

This is not a limitation of LabVIEW writing to a spreadsheet file but a limitation of Microsoft Excel (and also of Notepad) itself.

 

One option could be, you can switch to Excel 2007 or higher verison...!!
Other solution could be, forget about writing to Excel, instead write in some other format and use LabVIEW your other compatible (with large data) application to read it back.


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 3
(2,776 Views)
You should simply upgrade your very old version of excel.
0 Kudos
Message 3 of 3
(2,770 Views)