Skip to content

Commit

Permalink
add support for direct XLSX to TEI
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianrahtz committed Jul 5, 2014
1 parent 4e79246 commit 593fc83
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ public enum InputSpreadsheetFormat {
ODS("ods", "application/vnd.oasis.opendocument.spreadsheet", "OpenOffice (.ods)", "ods", true, 4),
SXC("sxc", "application/vnd.sun.xml.calc", "OpenOffice.org 1.0 (.sxc)", "sxc", true, 4),
XLS("xls", "application/vnd.ms-excel", "Microsoft Excel (.xls)", "xls", true, 5),
XLSX("xlsx", "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", "Microsoft Excel (.xlsx)", "xlsx", true, 5),
CSV("csv", "text/csv", "Comma-Separated Values (.csv)", "csv", true, 5),
TSV("tsv", "text/tsv", "Tab-Separated Values (.tsv)", "tsv", true, 5);


Expand Down

0 comments on commit 593fc83

Please sign in to comment.