We are working with cfspreadsheet
and have a data sheet from a client which contains content that spans multiple lines in one particular cell. Some of the content has formatting applied so some content is bold and some other content spans multiple lines.
What I'm wondering is... is there any way with cfspreadsheet
to handle the content that is on multiple lines and preserve the formatting when its imported into our database ? IE keep the text bold and the line breaks ? Or is this something that will require regular expressions to handle it ?
thanks in advance