0

I know that for Java, there is Apache POI.

Is there anything for OpenOffice Calc (or other open source program like Excel) that lets me obtain the data in Java?

Grant Miller
  • 27,532
  • 16
  • 147
  • 165
  • 3
    [Is there any Java library which supports both Microsoft office and Open Office?](https://stackoverflow.com/q/17788317/5221149) – Andreas Aug 31 '18 at 20:04
  • Welcome to stackoverflow. Did you do a web search for this? What did you find? What is still unclear? – Robert Aug 31 '18 at 21:52

1 Answers1

0

You can use jOpenDocument library for reading and manipulating Calc files. See this example for more information.

haba713
  • 2,465
  • 1
  • 24
  • 45