123456789101112131415161718192021222324 |
- function ExportToExcel2007DataAction()
- {
-
- this.m_format = "xlsxData";
- }
- ExportToExcel2007DataAction.prototype = new ExportFromIframeAction();
- ExportToExcel2007DataAction.prototype.getWindowTitle = function()
- {
- return RV_RES.RV_EXCEL_2007_DATA;
- };
|