commandline "new excel file" editor
Status: Alpha
Brought to you by:
rvk
"hanishkvc@yahoo.com"
commandline "new excel file" editor
As I didn't find any example or tool which allows one
to interactively create a new xls file, I wrote this
simple commandline editor.
I have written a simple commandline python script,
which allows one to create a new excel (xls) file with
a single sheet in it.
One can enter data (Strings,Numbers and Formula) into
that sheet upto max of (100 rows and 100 columns). The
program tries to guess (simple mechanism) what is
entered i.e String or number or Formula. However if the
logic doesn't work for you, you can explicitly tell the
program what you are enterring.
One can view and edit things already keyed in in the
current session.
example commandline new xls file editor
Logged In: NO
hanishkvc again>
Also note that I am a python newbie in some sorts. Have
never gone thro its documentation in any particular order.
Have learned python by trying out logics in its interpretor
(First in my Nokia 6630 mobile and PyS60 and recently in the
pc).
So if there are any fundamental issues in the way I am using
python, its just because I haven't explored python yet. But
hope there aren't any such fundamental issues.