You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-4
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Description
2
2
Create an Excel file using LotusScript without MS Excel OLE installed on PC.
3
3
Solution is based on Java Apache POI 4.1 https://poi.apache.org/ (with LS2J example).
4
-
There are 2 libraries and 1 agent in demo database:
5
-
Apache.POI-4.1 - contains Apache POI jar. They can be found on poi.apache.org so you are free to upgrade it if newer version appears.
6
-
Apache.Excel - provide a Class we can re-use in LotusScript using LS2J approach. So far it contains only basic methods (but for simple reports it's enough).
7
-
Demo - agent that shows how to use Apache.Excel library via LS2J.
4
+
5
+
## There are 2 libraries and 1 agent in demo database:
6
+
1. Apache.POI-4.1 - contains Apache POI jar. They can be found on poi.apache.org so you are free to upgrade it if newer version appears.
7
+
2. Apache.Excel - provide a Class we can re-use in LotusScript using LS2J approach. So far it contains only basic methods (but for simple reports it's enough).
8
+
3. Demo - agent that shows how to use Apache.Excel library via LS2J.
0 commit comments