| | |
| | | |
| | | int onload() |
| | | { |
| | | xstring path = L"empty"; |
| | | path = L"empty"; |
| | | xstring templ = L"/sale/view/Business3/template/transcolumn"; |
| | | |
| | | SetArg(); |
| | |
| | | int GetValidRow(); |
| | | int GetValidColumn(); |
| | | BSTR GetCellString(int row, int col); |
| | | int SetICellString(int row, int col, const wchar_t* val); |
| | | int SetCellString(int row, int col, const wchar_t* val); |
| | | }; |
| | |
| | | { |
| | | return xstring(GetKExcel()->GetCellString(row, col),true); |
| | | } |
| | | int SetICellString(int row, int col, const wchar_t* val) |
| | | int SetCellString(int row, int col, const wchar_t* val) |
| | | { |
| | | return GetKExcel()->SetICellString(row, col, val); |
| | | return GetKExcel()->SetCellString(row, col, val); |
| | | } |
| | | }; |