By green monkey on
i have just one Excel page that needs to be in Druapl.
Here's what I'm thinking.
create a non-book static page and paste in html data (data and table) with htlm format on.
is there any beeter tool here that I haven't noticed?
Comments
CSV
There is a Comma Separated Variable (CSV) filter module for 4.5.
You then save your Excel sheet in CSV, and paste to the node.
Also visit this page, and search inside the page for CSV for other ideas.
--
Consulting: 2bits.com
Personal: Baheyeldin.com
--
Drupal performance tuning and optimization, hosting, development, and consulting: 2bits.com, Inc. and Twitter at: @2bits
Personal blog: Ba
you know I tried that
you know I tried that module, got it enabled ... but couldn't find a front door to it anywhere .. so that I could use it.
I saw some others in CVS that might work.
CSV area, is this work in progress area?
thanks
CSV module works fine
The only trouble I have had with CSV module is positioning it correctly in the order of filters. It produces HTML tables, so it needs to go after the HTML filter. I also think it has to be before the line break filter.
There is no 4.6 release for the CSV-filter module, but the 4.5 version works fine.
thanks
I wasn't using it properly, thanks
I'll go back and try it per your notes
suggestion for quick HTML conversion
If you aren't using any complex macros, with OpenOffice you can
I'm using OpenOffice 2.0 beta. IMHO, the resulting table is pretty clean as far as HTML styling, although you will need to adjust the column widths and row heights so that Drupal will like it and add in any additional styling you want.
Note: OO has some problems with Excel macros