tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.47k stars 409 forks source link

Formula update #622

Open itaowazard opened 2 years ago

itaowazard commented 2 years ago

Issue appears due to file editing No formula value updated during file edit via library Steps

  1. Create empty file
  2. Set third row (A3) with formula "=A1/A2"
  3. Save file
  4. Try to edit A1 or A2 values via library and save changes
  5. Open saved file with Excel
  6. Note no value has changed for A3
playgithub commented 7 months ago

same problem, solved?

itaowazard commented 7 months ago

same problem, solved?

Hi, unfortunately no, implementation changed to ActiveQt (using native Excel application)