Description: Implement INT Writer's table function for Word's table interoperability Steps to Reproduce: 1. Open DOCX file from attach 2. Look at error message in right table cell 3. There is a formula =INT(A1) in that cell and it must show a result 12 instead an error message Actual Results: we have only an error message instead of a result of formula Expected Results: we have implemented function INT and we have a correct result in table cell with a formula Reproducible: Always User Profile Reset: No Additional Info: -
Created attachment 166715 [details] INT table function DOCX example
László, possibly you will be interesting in it
Regina, should this Writer table function be in ODF standard? If yes, how can I add it to next version ODF draft?
(In reply to Roman Kuznetsov from comment #3) > Regina, should this Writer table function be in ODF standard? If yes, how > can I add it to next version ODF draft? Regina what can you say about it?
This was just implemented in: https://git.libreoffice.org/core/+/27953931d4f6a8c69b98a90c63db81ebb27cdf63 author Xisco Fauli <xiscofauli@libreoffice.org> Fri Apr 15 22:17:01 2022 +0200 committer László Németh <nemeth@numbertext.org> Fri Apr 22 14:44:42 2022 +0200 tdf#123381: sw: add table formula INT *** This bug has been marked as a duplicate of bug 123381 ***