Skip to content

scusi/unzipOpenXML

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

unzipOpenXML README

unzipOpenXML is a go commandline tool that unpacks Office Open XML files.

Install

go get github.com/scusi/unzipOpenXML

cd $GOPATH/src/github.com/scusi/unzipOpenXML
go install

Usage

user@host:~/someDir/foo$ unzipOpenXML some.xlsx

Above command would unzip some.xlsx into a local directory called unzipped_some.xlsx. You can specify the directory to unpack to via the '-o' flag. See next example.

user@host:~/someDir/foo$ unzipOpenXML -o=/tmp/unzippedOpenXMLFiles/some some.xlsx

NOTE: output directories that do not exist will be created.

There is also a debug flag, which makes unzipOpenXML spills log messages for every step it does.

user@host:~/someDir/foo$ unzipOpenXML -debug=true some.xlsx

Disclaimer

This software is provided as is without any liability.

By intention there is no license associated with this code.

I do care about my peers using my software. I don't give a damn about whether the lawyers and mega-corporations they work for use it. So, if you are like me and you don't care about all the intellectual property antics, here's my project, feel free to use it. If you are the kind of moron who wants to have their legal ass covered, go screw yourself.

See Software Licenses and Failed States for more thoughts about this.

About

unpack Office OpenXML files (docx, xlsx, pptx)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages