-
> 1) Any plans for programmatic manipulation of pivot tables?
As soon as we possibly can
2) Will there be ability to use the engine as library? Would love to use something like this through Python bindings.
That is in place already! It is an MVP, so I haven't published all packages for all architectures but you can compile it from source:
https://github.com/ironcalc/IronCalc/tree/main/bindings/pyth...
https://pypi.org/project/ironcalc/
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
I wouldn't want to create a language just for this. Maybe use a language like Lua or perhaps Rhai[0]. By design extending and embedding IronCalc should be very easy. Work in this direction will not start in the next 9 months though.
[0]: https://github.com/rhaiscript/rhai
-
splr
A modern (trail saving, pre/in processor, LRB, rephrase rotation) CDCL SAT solver in Rust, strongly inspired by Kissat
One of the recurrent topics is integration with spreadsheets done by non-developers.
Imagine a spreadsheet built by the finance department of an institution. It is also maintained by them. The developer team might want to integrate this tool in their workflow. With IronCalc the can add units test or compute it a thousand times, one for each user.
I don't think developers would choose IronCalc to do any actual development. They will be forced to by other parts of their tool chain being spreadsheets.
Another way would be developers wanting to build spreadsheets with some extensions for a company or organization. Imagine needing a spreadsheet that has a built in SAT solver (like https://github.com/shnarazk/splr). That would be easily built in IronCalc.
Not sure if any of those ideas convinces you :)
-
nice project ! and attempt to modernize the spreadsheet tech stack.
trivia: js based https://ethercalc.net/ is in turn is derived from https://github.com/DanBricklin/socialcalc written by the spreadsheet inventor
-
nice project ! and attempt to modernize the spreadsheet tech stack.
trivia: js based https://ethercalc.net/ is in turn is derived from https://github.com/DanBricklin/socialcalc written by the spreadsheet inventor
-
LogiSheets
LogiSheets is a web spreadsheet application that is compatible with Excel and designed for easy further development.
-
This sounds like a cool project! Does anyone here knows how it compares to univerjs ?
I currently use univerjs to power the open source sql spreadsheet component I work on (https://github.com/sqlpage/sqlpage-spreadsheet/). My experience with it has been that it's very powerful, but quite difficult to use due to the boilerplate involved, the lacking documentation, and the fact that it seems to be developed mainly for the Chinese market.
-
Jspreadsheet CE
Jspreadsheet is a lightweight JavaScript data grid component for creating interactive data grids with advanced spreadsheet controls.
How does your project compare to:
https://bossanova.uk/jspreadsheet/v4/ which is the open source version of
https://jspreadsheets.com/
Serious question. I base a lot of work off the open source jspreadsheet. Curious about yours.
-
Woah, thanks for the kind words!
This is out of date, and not a priority ATM, but we will have a TUI for it:
https://github.com/ironcalc/TironCalc