Export Table to XLSX and CSV with exceljs

แชร์
ฝัง
  • เผยแพร่เมื่อ 21 ต.ค. 2024

ความคิดเห็น • 6

  • @leroviten
    @leroviten 8 หลายเดือนก่อน +1

    Thank you for this tutorial. Implemented the same in React at ease. One thing with Table though. It's better to make export function to receive a generic and pass it to Table interface to properly get type safety.

  • @MrRe-sj2iv
    @MrRe-sj2iv ปีที่แล้ว +1

    I would limit the amount of data by filter to be able to download excel file right away.
    For export the whole data, I would use Redis pub/sub to trigger background function to export and send download link to the user email.
    Thanks.

  • @usernamesSux9
    @usernamesSux9 ปีที่แล้ว

    Does this allow for charts to be embedded in the Excel as well?

  • @naranyala_dev
    @naranyala_dev ปีที่แล้ว

    thank you for making this tutorial

  • @AssetTrade
    @AssetTrade ปีที่แล้ว

    Multi export cvs + xml + json would be helpful

    • @hartenfellerdev
      @hartenfellerdev  ปีที่แล้ว

      JSON would be quite easy as you can just call JSON.stringify on your data array. Multi download would be exporting them one after each other.