TxtSaveOptions.preserveTableLayout property. Specifies whether the program should attempt to preserve layout of tables when saving in the plain text format... write ( "Row 1, cell 2" ); builder . endRow (); builder...insertCell (); builder . write ( "Row 2, cell 1" ); builder . insertCell...