LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read Excel file on macOS

Buongiorno

uso Labview per macOS, volevo sapere se esiste il report generation tool che legge i file excel

grazie mille

0 Kudos
Message 1 of 7
(351 Views)

Buongiorno

uso Labview per macOS, volevo sapere se esiste il report generation tool che legge i file excel

grazie mille

0 Kudos
Message 2 of 7
(362 Views)
0 Kudos
Message 3 of 7
(341 Views)

Thank You 

ok it's very interesting, but do You know if there is the similar solution to write or modify XLSX File with Labview for MACOS?

THanks a lot

Best Regards

 

0 Kudos
Message 4 of 7
(290 Views)

Did you look at the thread? The VI in there does not use ActiveX, nor DLLs. So it should work on any LabVIEW platform. Sure it is a hacky way but probably the best you can get without involving to call external shared libraries or such, which are always a hassle across platforms in one way or the other.

Rolf Kalbermatter
My Blog
0 Kudos
Message 5 of 7
(287 Views)

@rolfk wrote:

Did you look at the thread? The VI in there does not use ActiveX, nor DLLs. So it should work on any LabVIEW platform.


Yes, for reading excel files. The follow-up question was about writing excel files, so that might be more difficult.

0 Kudos
Message 6 of 7
(257 Views)

@altenbach wrote:

@rolfk wrote:

Did you look at the thread? The VI in there does not use ActiveX, nor DLLs. So it should work on any LabVIEW platform.


Yes, for reading excel files. The follow-up question was about writing excel files, so that might be more difficult.


Well 😀, it’s a “bit” of work! You just need to read the according Microsoft spec, understand how XML works, create the according documents with interlinking in a directory and ZIP everything up into an archive with xlsx file extension.

Not really rocket science but I would admit that it's a project of somewhere between 1 month and 1 man year of development work, depending how hacky or good you want to make it.

 

An investment of merely 10k to 100k of development work that everybody only wants to use if it is for free. So yes the likelihood that it exists is about 0%.

 

https://dataahead.de/en/xlr8-labview-toolkit-2/ Might be halfway to that already.

But: it uses NPOI for the heavy XML lifting, which is a .Net library. .Net 8.0 is partly supported on LabVIEW 2025 but might be not enough for use with this library. And I’m not sure if .Net 8 support is enabled in the unofficial LabVIEW 2025Q1 for Mac release.

 

 

Rolf Kalbermatter
My Blog
0 Kudos
Message 7 of 7
(248 Views)