ggreen86 / XLSX-Workbook-Class

VFP Class to Create an XLSX Workbook without Excel Automation or Installed
45 stars 16 forks source link

wrong parameter name in DeleteColomn method #97

Closed RezaUzer closed 1 year ago

RezaUzer commented 1 year ago

Dear Greg,

Please correct the code for method DeleteColumn. tnSheet in LPARAMETERS line and tnSh in other lines. thank you very much.

LPARAMETERS tnWB, tnSheet, tnCol DELETE FOR xl_cells.workbook = tnWB .AND. xl_cells.sheet = tnSh .AND. xl_cells.cellcol = tnCol IN xl_cells REPLACE xl_cells.cellcol WITH xl_cells.cellcol - 1 FOR xl_cells.workbook = tnWB .AND. xl_cells.sheet = tnSh .AND. xl_cells.cellcol > tnCol IN xl_cells

ggreen86 commented 1 year ago

Thank you for letting me know -- I have corrected this issue in R39 Beta 12.