@qrcommunication/gigapdf-lib — SDK API reference - v0.110.3
    Preparing search index...

    Interface XlsxSheet

    One sheet read back from an .xlsx by GigaPdfEngine.xlsxToGrids.

    interface XlsxSheet {
        name: string;
        rows: string[][];
    }
    Index

    Properties

    Properties

    name: string
    rows: string[][]