Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 93,995 for

xls

(0.11 sec)
  1. Managing Document Properties in Python|Document...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ) # Retrieve a list of all custom...self . dataDir + "Test_Workbook.xls" ) # Removing a custom document...

    docs.aspose.com/cells/java/managing-document-pr...
  2. 用 JavaScript 和 C++ 显示或隐藏行、列和滚动条|Documentation

    本文演示了如何使用 C++ 的 JavaScript API 编程显示和隐藏 Excel 工作表的行和列,控制滚动条的显示,以及高效隐藏多行多列。...xls,.xlsx,.csv" /> < button id =...downloadLink . download = 'output.xls' ; downloadLink . style . display...

    docs.aspose.com/cells/zh/javascript-cpp/show-an...
  3. 使用Aspose.Cells计算小计|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls" ); //Get the Cells collection...workbook . save ( "AsposeTotal.xls" ); 下载运行代码 GitHub 下载示例代码 GitHub...

    docs.aspose.com/cells/zh/java/calculate-sub-tot...
  4. 使用 C++ 通过 Node.js 打开不同版本的 Microsoft Excel 文件|Do...

    本文介绍了如何使用 Aspose.Cells for Node.js via C++ 打开不同版本的 Excel 文件。...您可能需要加载多种格式的文件,包括 XLS、XLSX、XLSM、XLSB、SpreadsheetML、TabDelimited...join ( dataDir , "Excel95_5.0.xls" ); // Get the Excel file into...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-dif...
  5. Managing OLE Objects with C++|Documentation

    Learn how to add, extract, and manipulate OLE objects in worksheets using Aspose.Cells with C++....xls" ; std :: vector < uint8_t >...Save ( outDir + u "output.out.xls" ); std :: cout << "OLE object...

    docs.aspose.com/cells/cpp/managing-ole-objects/
  6. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for JavaScript via C++ API....xls . Select any cell within your...id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button id =...

    docs.aspose.com/cells/javascript-cpp/creating-s...
  7. 使用JavaScript和C++确定工作表的纸张大小是否为自动|Documentation

    本文说明如何利用JavaScript API和C++插件以编程方式判断工作表的纸张大小是否设置为自动。...xls,.xlsx,.csv" /> < input type =...id = "fileInput2" accept = ".xls,.xlsx,.csv" /> < br />< br />...

    docs.aspose.com/cells/zh/javascript-cpp/determi...
  8. 用JavaScript通过C++保存文件的不同方式|Documentation

    Aspose.Cells for Java脚本通过C++可以将文件保存为不同格式,包括PDF、HTML、DOCX、PPTX、JSON和MHTML。...xls,.xlsx,.xlsb,.ods" /> < button...Excel97To2003 , name : 'output.xls' , options : new XlsSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/differe...
  9. Data Sorting|Documentation

    Learn how to sort data by using the Aspose.Cells for JavaScript via C++ API....xls created in Microsoft Excel. After...id = "fileInput" accept = ".xls,.xlsx,.csv" /> < button id =...

    docs.aspose.com/cells/javascript-cpp/sort-data-...
  10. 通过C++和Node.js从工作簿中提取OLE对象|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....xls) 接下来,提取OLE对象并保存到硬盘,保留其各自的文件类型。...以下代码实际完成了查找和提取OLE对象的工作。OLE对象(DOC、XLS和PDF文件)会被保存到硬盘。 const fs = require...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...