Catmandu::XLS(3pm) | User Contributed Perl Documentation | Catmandu::XLS(3pm) |
Catmandu::XLS - modules for working with Excel .xls and .xlsx files
# Convert Excel to CSV $ catmandu convert XLS to CSV < ./t/test.xls > test.csv $ catmandu convert XLSX to CSV < ./t/test.xlsx > test.csv # Convert Excel to JSON $ catmandu convert XLS to JSON $ catmandu convert XLS # Convert Excel to JSON providing own field names $ catmandu convert XLS --field title,name,isbn # Convert Excel to JSON using the column coordinates as field names $ catmandu convert XLS --columns 1 # Convert CSV to Excel $ catmandu convert CSV to XLS < test.csv $ catmandu convert CSV to XLSX < test.csv
Nicolas Steenlant, "<nicolas.steenlant at ugent.be>"
Vitali Peil, "<vitali.peil at uni-bielefeld.de>"
Johann Rolschewski, "<jorol at cpan.org>"
Patrick Hochstenbach, "<patrick.hochstenbach at ugent.be>"
This software is copyright (c) 2013 by Nicolas Steenlant.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2021-09-02 | perl v5.32.1 |