excel - To split multiple sheets present in a single xls into individual CSVs using PERL or UNIX -


i have single excel containing many sheets sheet1, sheet2, sheet3, etc.

i need split excel individual csvs, i.e.

sheet1--->file1.csv

sheet2-->file2.csv

sheet3-->file3.csv

and on...

i need either using perl or unix. want know record count each of individually generated csvs.

please give suggestions asap. in advance.


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -