warn clear

This commit is contained in:
ChiKyun Kim
2025-07-15 09:56:28 +09:00
parent 479a736b80
commit 2b322542f1
26 changed files with 53 additions and 191 deletions

View File

@@ -245,7 +245,7 @@ namespace FEQ0000
book = new libxl.XmlBook();
book.setKey(FCOMMON.info.libxlCompany, FCOMMON.info.libxlKey);
var sheet = book.addSheet("data");
var colno = 0;
//var colno = 0;
var rowno = 0;
for (int i = 0; i < this.listView1.Columns.Count; i++)
{