Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
mcoulter9
Starting Member
2 Posts |
Posted - 2008-03-04 : 15:49:40
|
I have an excel file that has a comments field where the text contains bold and italicized words. Is there anyway to import the comments into SQL and maintain the formatting to be called and displayed via a Cold Fusion page? |
|
tkizer
Almighty SQL Goddess
38200 Posts |
Posted - 2008-03-04 : 15:52:50
|
No. You can't store formatting in the database.Tara KizerMicrosoft MVP for Windows Server System - SQL Serverhttp://weblogs.sqlteam.com/tarad/ |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2008-03-04 : 16:08:00
|
You can however write a macro in Excel to export data and metadata such as formatting to a table in Microsoft SQL Server.Make sure you write the data in a format Cold Fusion can understand.Perhaps you should export the data in the cells as html? E 12°55'05.25"N 56°04'39.16" |
 |
|
|
|
|