All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.millij.poi.ss.writer.XlsxWriter Maven / Gradle / Ivy

The newest version!
package io.github.millij.poi.ss.writer;

import org.apache.poi.xssf.usermodel.XSSFWorkbook;


/**
 * {@link SpreadsheetWriter} implementation for XLSX files.
 * 
 * @since 3.0
 */
public class XlsxWriter extends AbstractSpreadsheetWriter {


    // Constructors

    public XlsxWriter() {
        super(new XSSFWorkbook());
    }


    // Methods
    // ------------------------------------------------------------------------


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy