https://github.com/transpect/xlsx2html-frontend
xlsx to XHTML (and CSV) converter front end using submodules
https://github.com/transpect/xlsx2html-frontend
Last synced: 8 months ago
JSON representation
xlsx to XHTML (and CSV) converter front end using submodules
- Host: GitHub
- URL: https://github.com/transpect/xlsx2html-frontend
- Owner: transpect
- License: bsd-2-clause
- Created: 2016-04-28T11:48:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-01T14:33:14.000Z (about 10 years ago)
- Last Synced: 2025-01-13T01:14:04.000Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xlsx2html-frontend
xlsx to XHTML and CSV converter, front end
```
git clone https://github.com/transpect/xlsx2html-frontend --recursive
```
Usage:
```
xlsxconv [options ...]
```
Creates an XHTML and a CSV file from an .xlsx file
Option | Description
------ | -----------
-c | CSV cell separator (tab \| comma \| semicolon; default: tab)
-d | debug
-l | CSV line separator (LF \| CRLF; default: CRLF)
-o | output directory (default: directory of input file)
-s | CSV sheet separator (hyphens \| none; default: hyphens)
## Prerequisites
* Java 1.7+
* Bash
Sorry there is no Windows .bat file yet. For the time being, Windows users can invoke calabash.bat like this, from the xlsx2html-frontend directory:
```
calabash/calabash.bat -o result=out.xhtml -o csv=out.csv lib/xpl/xlsx2html.xpl in-file=path/to/file.xlsx
```