Hi everyone,

I've been working with POI to interact with Excel spreadsheets with
ColdFusion lately... And I'm getting the hang of it... but there's one
thing that's really doing my head in...

In this case, determining the CSS of a cell, or at least the basic
cell style of a cell (i.e. presence of bold, italic or underline
within a cell) and then converting them into the appropriate HTML for
data storage in whatever DB I choose...

So let's just say [xxxxx] represents xxxxx written in bold... How
would one detect a cell containing:

[BLAH]

and have CF and POI say "Ah, this needs to be changed to: <B>BLAH</B>"
? <--- I hope the HTML works there...

Any ideas?

Thanks and Regards,

Eliseo

-- 
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to