View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Edo Edo is offline
external usenet poster
 
Posts: 2
Default Carriage Return from HTML file

Hi all, I would like to create xls file via code (C#), and I've thought to
create a simple html file renaming it to xls. That works, but I'm no able to
write return character in a single cell (Alt+Return). If I write 'html
return' (<br), excel creates a new cell, but I would return to be in the
same cell!

Any suggestion?
Thanks a lot
Edo