Hi,
How to convert excel to html in shell prompt
Is there any unix command to do this ? so that I can use that in excel
Vinay

Recommended Answers

All 6 Replies

Hi,
How to convert excel to html in shell prompt
Is there any unix command to do this ? so that I can use that in excel
Vinay

install gnumeric

then use ssconvert

should be something along the lines of:

ssconvert -I Gnumeric_Excel:excel -T Gnumeric_html:html40 file.xls
file.html

commented: excellent, i hadn't heard of this before +1

Hi,

If I type sscovert it showing command not found in both unix and windows
Thanks for Reply

as per the first line of my original post, install gnumeric

Hi,
How to convert excel to html in shell prompt
Is there any unix command to do this ? so that I can use that in excel
Vinay

Why are you asking this question in the perl forum? You should ask in a shell scripting/unix forum.

rumour has it that there is nothing perl can't do ;)

rumour has it that there is nothing perl can't do ;)

True, but the original question is:

How to convert excel to html in shell prompt
Is there any unix command to do this ? so that I can use that in excel


They specifically are asking for shell/Unix commands so they asked in the wrong forum. :)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.