D
dn.perl
A quick search of the forum's archives shows that there might be a way
to hide a cell in an excel sheet via win32:
le module.
http://groups.google.com/group/comp...d?lnk=gst&q=excel+hidden+ole#7943a11cad6139dd
Excel's help for the topic 'Hide or display cell values' suggests that
if a cell's format is set to Number > Custom, and the type is set
to ;;; (three semi-colons), the field is shown blank on the sheet but
the correct value remains associated with the cell. Can this hiding of
the data for a cell or an entire row or an entire column be achieved
through WriteExcel module?
Even if I could *actually* set a column's width to 0 via WriteExcel
module, it would do.
But if I use: set_column('B:B', 0) ; the column B's width is set to
some non-zero default value which Excel seems to calculate internally.
TIA.
to hide a cell in an excel sheet via win32:
http://groups.google.com/group/comp...d?lnk=gst&q=excel+hidden+ole#7943a11cad6139dd
Excel's help for the topic 'Hide or display cell values' suggests that
if a cell's format is set to Number > Custom, and the type is set
to ;;; (three semi-colons), the field is shown blank on the sheet but
the correct value remains associated with the cell. Can this hiding of
the data for a cell or an entire row or an entire column be achieved
through WriteExcel module?
Even if I could *actually* set a column's width to 0 via WriteExcel
module, it would do.
But if I use: set_column('B:B', 0) ; the column B's width is set to
some non-zero default value which Excel seems to calculate internally.
TIA.