xj qian
2025-04-07 e4d89662adfded05672a318481a7a0c91d963fae
jrj/xframe/xcontrol/xexcel.hpp
@@ -41,4 +41,21 @@
    {
       GetKExcel()->Quit();
    }
};
    int GetValidRow()
    {
        return GetKExcel()->GetValidRow();
    }
    int GetValidColumn()
    {
        return GetKExcel()->GetValidColumn();
    }
    BSTR GetCellString(int row, int col)
    {
        return GetKExcel()->GetCellString(row, col);
    }
    int SetICellString(int row, int col, const wchar_t* val)
    {
        return GetKExcel()->SetICellString(row, col, val);
    }
};