Zachary Teo
Zachary Teo
I am encountering this when a part of my code exceeds window size. But can't seem to reliably replicate this. Anyone else encountered this?
`(\)` `(?)` causes issues. Parens will get imbalanced
The relative file paths are wrong due to change in file structure like from `examples/contour-lines.vega.json` to `examples/vega/contour-lines.vega.json` Should I also fix the ones in the README.md? Like `(def contour-plot (oz/load...
https://github.com/zero-one-group/fxl/blob/a2f36e9f5482b2df9456d9a97309e7b904e11c60/test/zero_one/fxl/core_test.clj#L30 Based on some tests, it seems that the colours in the `test/resources/dummy-spreadsheet.xslx` are incompatible with `.getFillForegroundColor`. Colours are however read correctly from files generated with fxl. This might be...
Formula cells currently take cached values and display them as they are Have a flag to re-evaluate formulas with `setForceFormulaRecalculation` https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFSheet.html#setForceFormulaRecalculation-boolean- Or stuff here https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/FormulaEvaluator.html
```clj (let [cell (list (fxl/->cell {:coord {:row 0 :col 0}}))] (fxl/concat-right cell cell)) ``` cell has to be wrapped in a list like so to work
https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFSheet.html#addMergedRegion-org.apache.poi.ss.util.CellRangeAddress-
This was another data format from reading the previous `dummy-spreadsheet.xslx` but seems like `0.00` does exactly this already. Not sure what is different per se `"0.00_ ;\\-0.00\\ "`