aral-matrix

Results 101 comments of aral-matrix

> I use this package as a Field( Text ) evaluator for AutoCAD. In CAD, number format is important It would be nice to have the option to change the...

> creating useless cell nodes even in a read-only procedure Btw - since I am done with my styles implementation (will eventually be available here) - may I ask what...

I understand - and you are correct! Simply iterating over a range of cells like so ``` XLCellRange testRange = wks.range("A1:F100"); for( auto it : testRange ); ``` is enough...

So, I worked on a solution that allows you to iterate manually over the XLCellIterator from XLCellRange::begin() to ::end() without creating the cells, but a range-for loop like ```for( auto...

@genyez my branch now has support for the functionality as described above, coming with a bit of a performance improvement when iterating over ranges. Would you like to test this?

> > @genyez my branch now has support for the functionality as described above, coming with a bit of a performance improvement when iterating over ranges. Would you like to...

Development branch [development-aral](https://github.com/troldal/OpenXLSX/tree/development-aral) is now available on this repository for the discussed functionality. What remains open @genyez are your original complaints: - pybind not maintained (value - getValue) - sharestring...

Thank you! just a heads-up, I have never ever to date looked into the python part of the library, this will likely remain open for some time, I do not...

closing as follow-up issues for individual features have been created

That's maybe a good idea, yes :D @troldal - do you think the latest version warrants an upgrade to ```v0.4.0```?