@evidential-fortune-sheet/fortune-excel
Version:
An Excel import/export import library for FortuneSheet
37 lines (36 loc) • 1.16 kB
TypeScript
import { FortuneSheetBase } from "./FortuneBase";
export declare class FortuneSheet extends FortuneSheetBase {
private readXml;
private sheetFile;
private isInitialCell;
private styles;
private sharedStrings;
private mergeCells;
private calcChainEles;
private sheetList;
private imageList;
private formulaRefList;
constructor(sheetName: string, sheetId: string, sheetOrder: number, isInitialCell: boolean, allFileOption: any);
private getXdrValue;
private getBase64ByRid;
/**
* @desc This will convert cols/col to fortunesheet config of column'width
*/
private generateConfigColumnLenAndHidden;
/**
* @desc This will convert cols/col to fortunesheet config of column'width
*/
private generateConfigRowLenAndHiddenAddCell;
/**
* fortunesheet config of dataValidations
*
* @returns {IfortunesheetDataVerification} - dataValidations config
*/
private generateConfigDataValidations;
/**
* fortunesheet config of hyperlink
*
* @returns {IfortunesheetHyperlink} - hyperlink config
*/
private generateConfigHyperlinks;
}