dgorissen / pycel

A library for compiling excel spreadsheets to python code & visualizing them as a graph
GNU General Public License v3.0
564 stars 147 forks source link

What would it take to make this work with libreoffice as well? #27

Open catskul opened 7 years ago

catskul commented 7 years ago

While the difference may be so great that it would make more sense to start from scratch: What would it take to make pycel work with LibreOffice Calc?

dgorissen commented 7 years ago

Dont think there would be any fundamental difficulties. It would just be finding a suitable library that can extract the formulas/values and wrap it under a common api.