Just upgraded to v35 and downloaded the latest pdf and excel exporters.
Numbers formatted with the setNumberFormat command where I added a $ now all read 0 in excel, they are fine in pdf.
…
grid.setColTypes(“rotxt,rotxt,rotxt,rotxt,rotxt,rotxt,rotxt,rotxt,ron,ron,ron”);
grid.setNumberFormat(“0,000.00”,8); //works
grid.setNumberFormat(“0.0”,9); //works
grid.setNumberFormat(“$0,000.00”,10); //all zero
…
This used to work in v30 and previous exporter. I’m using excel 2010.