LabVIEW_NPOI

GitHub all releases Wiki Issues Zero-Clause BSD LinkedIn

LabVIEW NPOI

This project intends to implement a wrapper of the NPOI assembly that allows MS Office files manipulation in LabVIEW (no MS Office installation required).

I’m still exploring the capabilities and possibilities of the NPOI interfaces, trying different approaches. For now this project is more like a PoC. In a second time, I’ll try to implement a more reliable , scalable, maintainable architecture.

Feel free to drop a message in the Discussions page and/or contribute.

Whast is NPOI?

NPOI is a .NET version of POI Java Project. It is an open source .NET library to read and write Microsoft Office file formats formats (*.xls/xlsx, *.doc/docx, *.ppt/pptx). You can manually download the repository from GitHub or install from NuGet.

Installation

Examples

Below is a simple example to show how to use the LabVIEW NPOI API to interact with Excel or Word document.

SimpleDocumentCreationExample

Contributing

See CONTRIBUTING.md.

Do not hesitate to go on the Discussions page.

Author

BenjaminR