excel error when exporting a column that uses scientific notation | jeckels | 2013-04-29 13:38 |
Status: Closed | ||
Hi Ben, Yes, this seems to be a mismatch between Java and Excel format strings for scientific notation. Excel wants it to be something like "0.##E+00", which Java doesn't support. https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=17735 Thanks, Josh |
||