02-25-2025 10:05 AM
Buongiorno
uso Labview per macOS, volevo sapere se esiste il report generation tool che legge i file excel
grazie mille
02-25-2025 09:13 AM
Buongiorno
uso Labview per macOS, volevo sapere se esiste il report generation tool che legge i file excel
grazie mille
02-25-2025 10:35 AM
02-26-2025 01:27 PM
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
02-26-2025 01:39 PM
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.
02-27-2025 04:24 PM
@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.
02-28-2025 01:24 AM - edited 02-28-2025 01:26 AM
@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.