Commit bd9b00c
authored
Create two new public methods in Excel so a user could access the workbook using java code like this: (#182)
java com.genexus.gxoffice.poi.xssf.ExcelDocument document = (com.genexus.gxoffice.poi.xssf.ExcelDocument)[!&ExcelDocument!].getDocument();
java org.apache.poi.ss.usermodel.Workbook workbook = document.getWorkBook();1 parent 9f89b3b commit bd9b00c
File tree
2 files changed
+11
-0
lines changed- gxoffice/src/main/java/com/genexus/gxoffice
- poi/xssf
2 files changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
54 | 60 | | |
55 | 61 | | |
56 | 62 | | |
| |||
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
291 | 291 | | |
292 | 292 | | |
293 | 293 | | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
294 | 299 | | |
295 | 300 | | |
296 | 301 | | |
| |||
0 commit comments