Zachary Teo
Zachary Teo
Same here on Emacs 28.1. Right now this variant of buffer-move.el will works for me instead https://www.emacswiki.org/emacs/buffer-move.el
https://github.com/papers-we-love/papers-we-love/tree/master/combinatory_logic The links here don't seem to work - at least when I did `$ ./scripts/download.sh`
We just discovered that there are issues with this for bulk transactions. We will be pushing a change to fix this
Will currently take put the value of the merged-cell as the value of top most cell. (Other cell values are hidden but will appear when unmerged
"A **deprecated** indexing scheme for colours that is still required for some records, and for backwards compatibility with OLE2 formats." https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/IndexedColors.html
https://poi.apache.org/apidocs/dev/org/apache/poi/xssf/usermodel/XSSFColor.html#setIndexed-int- Can probably use `setRGB` and `getRGB` in the long term
``` clj (-> cell .getCellStyle .getFillForegroundXSSFColor .getARGBHex ;; .getFillForegroundColor ;; colours/colours-lookup ) ```
https://poi.apache.org/apidocs/dev/org/apache/poi/ss/usermodel/ExtendedColor.html#getARGBHex-- `getARGBHex` & `setARGBHex`
Hi Alex! Glad to know that you are enjoying fxl :) I actually did identify colour as an issue here - https://github.com/zero-one-group/fxl/issues/15 but haven't gotten around to implementing it -...
hi @jfgodoy Thanks for your response! And for the clear examples! And yes, I think I want to try implementing `st_union` on my own :+1: