JianChao Ye
JianChao Ye
@Siemienik This question looks interesting, Is there any code that repeats this bug?
@Siemienik I ran the branch test and have seen the error. [f/37-vertical-merged-cells](https://github.com/Siemienik/xlsx-renderer/tree/f/37-vertical-merged-cells). The implementation of this part seems to be the most complex(`ForeachCell`). I plan to spend some time studying...
browser get mimeType, see mime-wrapper: https://www.npmjs.com/package/mime-wrapper
Does anyone still need this feature?
done in #https://github.com/skypesky/to-where-cli/pull/45 npm cli: [npmjs.com/package/to-where-cli](https://www.npmjs.com/package/to-where-cli)
@miraclx I ran into this problem when packing [email protected] with ncc. https://stackoverflow.com/questions/76127288/module-not-found-error-default-condition-should-be-last-one
> By coincidence, our project ran into the same issue just now, when we noticed .text doesn't return the textual representation of a link in cases where the cell included...
@Zegnat I looked at your [demo](https://github.com/Zegnat/ts-exceljs-issue-1988),This is indeed a problem. As you think, I think the definition of Cellhyperlinkvalue should be as follows: ```typescript export interface CellHyperlinkValue { text: string...
react version simple demo, relations: #1973 ```javascript const imageUrl = `https://pic1.zhimg.com/v2-3be05963f5f3753a8cb75b6692154d4a_1440w.jpg?source=172ae18b`; fetch(imageUrl) .then((r) => { const workbook = new Workbook(); const image = workbook.addImage({ buffer: r.arrayBuffer(), extension: "jpeg", }); const...
I want to replace prisma, when using sequelize, the previous time field saves the value as a number, which is a timestamp. When date is a number in sqlite, sequelize...