Feature request: getting excel worksheet names and index only #1697
13minutes-yt
started this conversation in
Ideas
Replies: 1 comment 4 replies
-
This is a good request that can be quickly implemented. Didn't realize getting all that metadata took time... Created #1698 |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
getting
--metadata c
to be performed on an excel file takes some time for huge excel files. Is it possible to get the sheet name and the index only thereby cutting the time to process all the rows and columns( like an argument -a or --metadata a). I am currently usingcsvtk xlsx2csv input.xlsx -a
which is much faster than qsv since it gets only sheetname and index. (Note: qsv is blazingly faster in outputting csv :) ).Beta Was this translation helpful? Give feedback.
All reactions