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 1" ); builder . insertCell...insertCell (); builder . write ( "Row 1, cell 2" ); builder . endRow...