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

1.0.2

- .gitignore updated (ignore *.iml)
- deleted *.iml from repo
- updated README.md
parent 0acd7aea
Branches
No related tags found
No related merge requests found
# Java
.idea/
out/
*.iml
# C Sharp
[Bb]in/
[Oo]bj/
.vs/
# Python
.vscode/
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="poi-ooxml-5.0.0" level="project" />
</component>
</module>
\ No newline at end of file
......@@ -5,8 +5,22 @@ This demo contains basic code to access Excel sheet data via the following progr
- C#
- Python
Usage requirements
Java:
1) Downloaded Apache POI Libraries (https://poi.apache.org/)
2a) Add necessary .xlsx POI libraries as external libraries in your Java IDE
2b) Add necessary .xlsx POI libraries to your Java classpath and run the Main.java
C#:
1a) Installed Office version (includes installed Primary Interop Assemblies)
1b) Installed Primary Interop Assemblies
Python:
1) Installed OpenPyXL Library (https://openpyxl.readthedocs.io/en/stable/#)
!Only tested against the following Environment!
- Win10
- IntelliJ (Java)
- Visual Studio 2019 (C#)
- Visual Studio Code (Python)
\ No newline at end of file
- IntelliJ (Java) with Apache POI v5.0.0
- Visual Studio 2019 (C#) with installed Office 2016 => Microsoft Excel 16.0 Object Library
- Visual Studio Code (Python 2.7) with installed OpenPyXL
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment