react-xlsx-wrapper
Version:
An important tool to make it easy to work with excel file formats. It supports lots of file formats as well. As this an wrapper around JS API for XLSX package. It does supports basic Cell styling as well as width based on characters. etc. Can be used in a
21 lines (20 loc) • 759 B
JavaScript
var __importDefault = void 0 && (void 0).__importDefault || function (mod) {
return mod && mod.__esModule ? mod : {
"default": mod
};
};
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.ExcelColumn = exports.ExcelSheet = exports.ExcelFile = void 0;
var ExcelFile_1 = __importDefault(require("./ExcelPlugin/components/ExcelFile"));
exports.ExcelFile = ExcelFile_1.default;
var ExcelSheet_1 = __importDefault(require("./ExcelPlugin/elements/ExcelSheet"));
exports.ExcelSheet = ExcelSheet_1.default;
var ExcelColumn_1 = __importDefault(require("./ExcelPlugin/elements/ExcelColumn"));
exports.ExcelColumn = ExcelColumn_1.default;
var ReactExport = {
ExcelFile: ExcelFile_1.default
};
exports.default = ReactExport;
;