Files
IronCalc/CHANGELOG.md
Nicolás Hatcher c1df2cec0b FIX: Issues with paste
Copy/Paste is always with tab separated values not "," or others.
Maybe we can add that?
2024-11-27 22:55:39 +01:00

484 B

CHANGELOG

Unreleased

Added

  • New function UNICODE (#128)
  • New document server (Thanks Dani!)
  • New function FORMULATEXT

Fixed

  • Fixed several issues with pasting content

0.2.0 - 2024-11-06 (The HN release)

Added

  • Rust crate ironcalc_base
  • Rust crate ironcalc
  • Minimal Python bindings (only Linux)
  • JavaScript bindings
  • React WebApp