UNPKG

@mazix/n8n-nodes-converter-documents

Version:

n8n node to convert various document formats (DOCX, DOC, XML, YML, XLSX, CSV, PDF, TXT, PPT, PPTX, HTML, JSON, ODT, ODP, ODS) to JSON or text format

5 lines (4 loc) 163 B
/** * Конвертация номера колонки в букву (A, B, C... Z, AA, AB...) */ export declare function numberToColumn(num: number): string;