Class SpreadsheetContentWriter


  • public class SpreadsheetContentWriter
    extends Object
    Writer which reads spreadsheet contents from external resource an writes it to a form's XML
    • Constructor Detail

      • SpreadsheetContentWriter

        public SpreadsheetContentWriter()
    • Method Detail

      • writeContentsFromFileToXml

        public void writeContentsFromFileToXml​(ExportXmlStreamWriter writer,
                                               FormAttribute attribute,
                                               String formName)
        Read spreadsheet content from file extInfoPath an writes it to the form's xml using specified writer
        Parameters:
        writer - the destination XML writer. Cannot be null
        extInfoPath - a path to the source file with moxel spreadsheet content. Cannot be null
        formName - a name of the form which is being exported. Can be null