Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!news2.arglkargh.de!newsfeed.fsmpi.rwth-aachen.de!newsfeed.straub-nv.de!newsfeed.pionier.net.pl!feed.xsnews.nl!border03.ams.xsnews.nl!feeder04.ams.xsnews.nl!abp001.ams.xsnews.nl!frontend-F10-17.ams.news.kpn.nl Date: Sun, 12 Apr 2015 23:42:20 +0200 From: dillinger User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 Newsgroups: comp.os.linux.misc Subject: Re: Converting .xlsx to .csv? References: <9oKdnUx2Pok_57TInZ2dnUU7-fmdnZ2d@giganews.com> In-Reply-To: <9oKdnUx2Pok_57TInZ2dnUU7-fmdnZ2d@giganews.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Message-ID: X-Leafnode-NNTP-Posting-Host: 192.168.2.5 Lines: 19 Organization: KPN.com NNTP-Posting-Host: 77.165.180.182 X-Trace: 1428875645 news.kpn.nl 1236 77.165.180.182@kpn/77.165.180.182:51581 Xref: csiph.com comp.os.linux.misc:14511 On 04/11/2015 09:48 PM, Robert Heller wrote: > Does there exist a *CLI* program to convert .xlsx files to .csv files? > > There are not any formulas or macros or anything like that in the files in > question. > > *I* don't have OpenOffice or LibreOffice installed on my Linux machine. *I* > don't use Office programs. I know I can isntall OpenOffice but it is > a beast that I am clueless about using, since I don't use it and don't really > know how to use it and have never in my 45 years of computer programming -- I > just don't deal with things that way. > > If there isn't a simple CLI program to do this, is there any documentation on > the format of the file that I can use to write such a program? > xlsx2csv 0.7.1 could be what you're looking for: https://pypi.python.org/pypi/xlsx2csv Python, obviously, but there are some alternatives listed on that page.