Skip to content

Commit 3eef632

Browse files
authored
Update README.md
1 parent 5985f74 commit 3eef632

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Description
22
Create an Excel file using LotusScript without MS Excel OLE installed on PC.
33
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.
89

910
# Example of agent
1011
```

0 commit comments

Comments
 (0)