View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] ian.osullivan@gmail.com is offline
external usenet poster
 
Posts: 1
Default Newline character in XML cell reference when creating xlsx from XMLzipped files

I'm a programmer creating an xlsx file via the generation of all XML files required and zipping them to create the xlsx file. All is working fine but my question is How do I put a newline characgter into a cell in my xml? Every attempt so far only outputs a string.

Thanks