Hi all,
I’m trying to read formula-evaluated values from an Excel sheet (.xlsx) in the Cadwork Python API. I initially considered using Pandas, but importing it (and NumPy) inside Cadwork seems a bit tricky.
I need to read the calculated content of formulas, which is why saving the sheet as CSV is not ideal.
Has anyone faced a similar issue and found a simple way to read Excel formulas without installing Pandas or other external modules, so it would work reliably for everyone using the plugin?
Thanks in advance for any advice!