Jakub Nabrdalik - Best practices in practice: things that work for me so well I cannot believe...

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

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

  • @alexsmart2612
    @alexsmart2612 11 วันที่ผ่านมา

    22:41 "POI allows working on the filesystem without loading the whole file into memory"
    This is incorrect. Reading an excel file using the standard POI api will load the whole thing in memory (or at least the sheet that you are reading). POI does have a streaming api as well but it is really awkward to use. I recommend using fastexcel-reader.