20 Jul
2024
20 Jul
'24
9:21 p.m.
Hi, I checked the spreadsheet module for the first time (in my own invoices I do everything in Lua and don’t need it). In the attached example, I setup a decimal comma, as usual in German: \setupspreadsheet[rechnung][ period={,}, comma={\,}, split=yes] Unfortunately, this also replaces all dots in the text strings. Is there a workaround (beside using \getspr in a “real” table)? Apparently, \startrow or \startcell don’t understand the period setting. Hraban