@oniryk/xlsx
Version:
A lightweight, efficient TypeScript library for generating single-sheet Excel XLSX files with support for large datasets
10 lines (9 loc) • 450 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = getBaseRels;
function getBaseRels() {
return `
<Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships">
<Relationship Id="rId1" Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml"/>
</Relationships>`;
}