spreadmap
spreadmap copied to clipboard
Evil project to turn excel spreadsheets in persistent reactive structures.
Bumped to newer verions of org.apache.poi solved the problem. Spreadmap reads the files without complaining now.
Reading xlsx files fails with: ````WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.dom4j.io.SAXContentHandler (file:/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar) to method com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy.getEncoding() WARNING: Please consider reporting this to the...
I'm not sure if this is within the scope of the API - I'd like to read a specific sheet within a workbook.
Hi, i'm reading a .xlsx file that has some date cells (excel format is "date") but i had a wrong conversion. If my A1 cell is 01-01-2000 (1st January 2000)...
Added two functions to read a sheet and return contents as a clojure map. The map is a nested map. The outer map is keyed on row number and the...