UNPKG

evmtools-node

Version:

このライブラリは、プライムブレインズ社で利用している「進捗管理ツール(Excel)」ファイルを読み込み、 プロジェクトの進捗状況や要員別の作業量を可視化するためのライブラリです。

12 lines 460 B
import XlsxPopulate from 'xlsx-populate'; export type StyleFC = (props: { instances: unknown[]; sheet: XlsxPopulate.Sheet; rowCount: number; columnCount: number; columnNames: string[]; startCell: XlsxPopulate.Cell; endCell: XlsxPopulate.Cell; }) => void; export declare const createStyles: (styles?: StyleFC) => (instances: unknown[], workbook: XlsxPopulate.Workbook, sheetName: string) => void; //# sourceMappingURL=styles.d.ts.map