Don't segment a text block

I have an XLS file that in cell A1 has the text: “Mt.Pleasant Fall Cycling”. When I save the file to an xml file via:
workbook.Save(“myfile.xml”, FileFormatType.AsposePdf)
The text gets split as:





Mt.Pleasant Fall Cycli




ng




Which once converted to PDF looks like:
Mt.Pleasant Fall Cycli ng
(note the space between the i and the ng in cycling).

How can I fix this?

Aspose.Cells version: 4.0.2.0
Aspose.PDF version: 3.1.7.1

Thanks,

- Al

You can extend the width of column A to make the string totally show in Cell A1.