Everything works as it should, however, I’ve found when I create formulas for the spreadsheet they just show up as text in Excel.
I can manually get them to register and process if I click Enter in the formula box in Excel, however that defeats the point. I want Excel to read them as formulas without me going in and hitting enter in every single cell.
Edit: I found a hack that works. Go to find-replace in excel and select some text common to the formulas (eg “)” ) and replace it with the exact same character. Still requires some manual intervention though and I have thousands of files, so not really good enough
Thanks. XlsxWriter.jl appears to be the only way in Julia to put images in spreadsheets, so I want to use it, but it’s lack of read support sent me back to XLSX.jl
XLSX.jl is doing everything else with the help of openpyxl. I haven’t tried it with other formulas the issue for me was with the =HYPERLINK() formula and I managed to solve it with openpyxl .hyperlink function rather than a string.