grid for data organizing - - html table for formatting

ca17005@bellsouth.net wrote:

I am an expert now. I have been learning python and wx python for the last 4 months. My current project is to take some raw data and present it in a presentable/printable way(Financial Statement). Is it possible and reasonably simple to import a grid as a table to html and do the formatting on the fly?

There is some code in wx.lib.printout to help with things like that.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!

Robin Dunn wrote:

···

ca17005@bellsouth.net wrote:

Is it possible and reasonably simple to import a grid as a table to html and do the formatting on the fly?

There is some code in wx.lib.printout to help with things like that.

Also take a look at wx.HTMLEasyPrinting

Dabo also has some reporting tools that may be useful to you.

-Chris

--
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R (206) 526-6959 voice
7600 Sand Point Way NE (206) 526-6329 fax
Seattle, WA 98115 (206) 526-6317 main reception

Chris.Barker@noaa.gov