How to create Excel data model relationships using Apache POI?
Piotr Sobecki <[email protected]>
| Newsgroups | gmane.comp.jakarta.poi.user |
|---|---|
| Message-ID | <CAHOhqEkbf0pQrZOgJ5Z816pF2EX77LQH6niPHxyoKKUTFKrX8Q@mail.gmail.com> |
Hi I'm trying to create an excel file with a data model and relationships between tables. The equivalent of manually setting relations in Excel via GUI: Data -> Relationships When extracting the .xlsx file I can see that information stored in the xl/workbook.xml file however I cannot find it in apache POI. Is there a way to specify data model relationships using Apache POI (poi-ooxml:4.1.2)? Regards, Piotr Sobecki