Skip to content
This repository has been archived by the owner on Dec 5, 2017. It is now read-only.

Commit

Permalink
version bump 0.3.6: XLS 0.7.0, XLSX 0.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SheetJSDev committed Jun 29, 2014
1 parent e4f754d commit e297273
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ node_js:
- "0.8"
- "0.11"
before_install:
- "npm install -g mocha"
- "npm install -g mocha xlsjs xlsx"
- "npm install blanket"
- "npm install coveralls mocha-lcov-reporter"
before_script:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Supported Formats:

| Format | Library |
| :---------------------- | :------ |
| XLS (BIFF5, 5.0-7.0) | JS-XLS |
| XLS (BIFF8, 97-2003) | JS-XLS |
| XLSX (2007+) | JS-XLSX |
| XLSM (2007+ w/macros) | JS-XLSX |
Expand Down
1 change: 1 addition & 0 deletions multiformat.lst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ number_format .xls .xlsb .xlsm .xls.xml .xlsb.xml .xlsm.xml
pivot_table_named_range .xls .xlsb .xlsx .xml
pivot_table_test .xls .xlsb .xlsm
rich_text_stress .xls .xlsb .xlsx .xls.xml .xlsb.xml .xlsx.xml
sushi .xls .xlsb .xml
text_and_numbers .xls .xlsb .xlsx .xml
xlsx-stream-d-date-cell .xls .xlsb .xlsx .xls.xml .xlsb.xml .xlsx.xml
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "j",
"version": "0.3.5",
"version": "0.3.6",
"author": "sheetjs",
"description": "CLI tool for working with XLS/XLSX/XLSM/XLSB files",
"keywords": [ "excel", "xls", "xlsx", "xlsm", "xlsb", "office", "spreadsheet" ],
Expand All @@ -9,7 +9,7 @@
},
"main": "./j",
"dependencies": {
"xlsjs": "~0.6.20",
"xlsjs": "~0.7.0",
"xlsx": "~0.7.6",
"commander":""
},
Expand Down
9 changes: 9 additions & 0 deletions tests.lst
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,8 @@ calendar_stress_test.xls.pending
calendar_stress_test.xlsb.pending
calendar_stress_test.xlsx.nowrite
calendar_stress_test.xml.nowrite
calendar_stress_test.xml.pending
calendar_stress_test_full.xlsx.pending
cell_style_simple.xls
cell_style_simple.xlsb
cell_style_simple.xlsx
Expand Down Expand Up @@ -707,6 +709,7 @@ libreoffice_calc_text-angled-with-border.xlsx
libreoffice_calc_xls-import_300-worksheets.xls
libreoffice_calc_xls-import_autofilter-range.xls
libreoffice_calc_xls-import_cell-border-thickness.xls
libreoffice_calc_xls-import_encryption_export-conditional-formatting.xls.pending
libreoffice_calc_xls-import_paste-link_link.xls
libreoffice_calc_xls-import_paste-link_src.xls
libreoffice_calc_xls-import_pivot-cache-has-source.xls
Expand All @@ -723,6 +726,8 @@ libreoffice_calc_xls-import_row-attributes_row-top-bottom-hidden.xls
libreoffice_calc_xls-import_shared-formula_1.xls
libreoffice_calc_xls-import_shared-formulas-simple.xls
libreoffice_calc_xlsx-export-single-cell-at-last-row.xlsx
libreoffice_calc_xlsx-import_encryption_simple-encryption-2007.xlsx.pending
libreoffice_calc_xlsx-import_encryption_simple-encryption-2010.xlsx.pending
libreoffice_calc_xlsx-import_format-as-table.xlsx
libreoffice_calc_xlsx-import_named-range.xlsx
libreoffice_calc_xlsx-import_perf_300000_line_sample.xlsx.pending
Expand Down Expand Up @@ -900,6 +905,10 @@ spreadsheet-parsexlsx_bug-6-2.xlsx
spreadsheet-parsexlsx_bug-6.xlsx
spreadsheet-parsexlsx_bug-7.xlsx
spreadsheet-parsexlsx_bug-8.xlsx
sushi.xls
sushi.xlsb
sushi.xlsx
sushi.xml
text_and_numbers.xls
text_and_numbers.xlsb
text_and_numbers.xlsx
Expand Down

0 comments on commit e297273

Please sign in to comment.