Skip to content
Snippets Groups Projects
Commit 36c64e55 authored by Michael Paffrath (mpaffrat)'s avatar Michael Paffrath (mpaffrat)
Browse files

1.0.4

- updated README.md
parent 80b168e2
No related branches found
No related tags found
No related merge requests found
......@@ -5,20 +5,23 @@ This demo contains basic code to access Excel sheet data via the following progr
- C#
- Python
Usage requirements
<br />
Usage requirements:
Java:<br />
1) Downloaded Apache POI Libraries (https://poi.apache.org/) <br />
2a) Add necessary .xlsx POI libraries as external libraries in your Java IDE <br />
2b) Add necessary .xlsx POI libraries to your Java classpath and run the Main.java
1. Downloaded Apache POI Libraries (https://poi.apache.org/)<br />
a) Add necessary .xlsx POI libraries as external libraries in your Java IDE<br />
b) Add necessary .xlsx POI libraries to your Java classpath and run the Main.java
C#:<br />
1a) Installed Office version (includes installed Primary Interop Assemblies) <br />
1b) Installed Primary Interop Assemblies
1. PIA (Primary Interop Assemblies)<br />
a) Installed Office version (includes installed Primary Interop Assemblies) <br />
b) Installed Primary Interop Assemblies
Python:
1) Installed OpenPyXL Library (https://openpyxl.readthedocs.io/en/stable/#)
1. Installed OpenPyXL Library (https://openpyxl.readthedocs.io/en/stable/#)<br />
<br />
!Only tested against the following Environment!
- Win10
- IntelliJ (Java) with Apache POI v5.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment