RandomSec/main/src/com/google/refine/exporters
Aryeh Hillman 2bf35e5f0d Fix when exporting to excel files
When exporting to excel, there cannot be more than 255 columns.
If there are more columns than that, we write "ERROR: TOO MANY
COLUMNS" to the 255th column. Formerly, OpenRefine reported
a 500 Server error.
2014-04-12 16:41:54 -07:00
..
CsvExporter.java Normalize line endings 2013-03-23 18:46:20 -04:00
CustomizableTabularExporterUtilities.java Clarify wording/naming of blank rows export option - fixes issue #651 2013-01-14 16:36:09 -05:00
Exporter.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
ExporterRegistry.java New exporter - Open Document Format (ODF) spreadsheets (.ods) 2011-10-11 21:02:23 +00:00
HtmlTableExporter.java Minor fixes to pass some exporter tests. 2011-10-03 16:38:07 +00:00
OdsExporter.java commented out unused variables 2011-11-01 21:47:24 +00:00
StreamExporter.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
TabularSerializer.java Javadoc 2011-10-11 20:57:40 +00:00
TemplatingExporter.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
UrlExporter.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
WriterExporter.java Prepended license text to java source 2010-10-20 20:45:52 +00:00
XlsExporter.java Fix when exporting to excel files 2014-04-12 16:41:54 -07:00