Author Topic: Unload Excel File  (Read 356 times)

Punit

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 46
    • View Profile
Unload Excel File
« on: July 07, 2022, 06:18:28 pm »
Dear Team,
Is there any way to unload the excel file from importWb?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6310
    • View Profile
Re: Unload Excel File
« Reply #1 on: July 07, 2022, 10:09:19 pm »
Excel file can be unloaded effectively by loading a new empty worksheet.

Code: [Select]
grid.importWb({ workbook: {sheets:[{}]}, extraRows: 10, extraCols: 10 });