Comment 13 for bug 675250

Revision history for this message
Ferdinand (office-chricar) wrote : Re: [6.0RC1] export as Excel - numbers show up as text

in 7.0 numeric cells are still exported as strings - what a shame

class ExcelExport(Export):

the cell_value is a string and should be a number for integers,float to allow calculations in Excel

a brute force solution is attached