Skip to content

Simple file converter : Print a sheet from a XLSX file to standard output (Stdout) as CSV format.

Notifications You must be signed in to change notification settings

NiCr42/xlsx-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XSLX Converter

This repository isn't maintain any more.

Simple file converter : Print a sheet from a XLSX file to standard output (Stdout) as CSV format.

Installation

Use Go dependency management tool https://golang.github.io/dep/

go get github.com/nicr42/xlsx-converter
dep ensure -update

Usage

Usage: [-output-file <file> (-sheet-index <index> | -sheet-name <name>) -header-line <line> -start-line <line> -limit <limi
t-number-of-lines>] <file>
  -header-line int
        Index of header line. (default -1)
  -limit int
        Limit number of lines to retrieve.
  -output-file string
        CSV output file.
  -sheet-index int
        Index of worksheet.
  -sheet-name string
        Name of worksheet.
  -start-line int
        Index of start line. (default -1)

About

Simple file converter : Print a sheet from a XLSX file to standard output (Stdout) as CSV format.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages