Sort Score
Result 10 results
Languages All
Labels All
Results 3,871 - 3,880 of 28,076 for

worksheet

(0.07 sec)
  1. Aspose.Cells 8.7.2中的公共API更改|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....the first Worksheet from the collection Worksheet sheet = workbook...workbook . Worksheets [ 0 ]; //Add a TextBox to the collection...

    docs.aspose.com/cells/zh/net/public-api-changes...
  2. Different Ways to Open Files with JavaScript vi...

    This article explains how to open an Excel file using Aspose.Cells for JavaScript via C++ API.... Worksheets count: ${ workbook1 . worksheets . count }...the first worksheet in the Excel file const worksheet = workbook...

    docs.aspose.com/cells/javascript-cpp/different-...
  3. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the Advanced Filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for .NET API....apply Advanced Filter on worksheet data to display records that...Advanced Filter using the Worksheet.AdvancedFilter() method. Just...

    docs.aspose.com/cells/net/apply-advanced-filter...
  4. Apply Advanced Filter of Microsoft Excel to Dis...

    Learn how to apply the advanced filter of Microsoft Excel to display records meeting complex criteria by using the Aspose.Cells for Python via .NET API....apply Advanced Filter on worksheet data to display records that...Advanced Filter using the Worksheet.advancedFilter() method. Just...

    docs.aspose.com/cells/python-net/apply-advanced...
  5. Issue converting XLSX and XLSM files containing...

    We are converting XLSX and XLSM files to PDFs using the following code. static public string ConvertExcel(string inputFilePath = "", string outputFilePath = "") { string results = "SUCCESS"; try …...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...conversion foreach (Worksheet sheet in workbook.Worksheets) { foreach...

    forum.aspose.com/t/issue-converting-xlsx-and-xl...
  6. 设置打印标题|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....the worksheet PageSetup pageSetup = workbook . Worksheets [ 0...

    docs.aspose.com/cells/zh/net/set-print-titles/
  7. 使用C++进行错误检查选项|Documentation

    本文提供了示例代码,演示如何使用C++ API或库以程序化方式启用Excel工作表的错误检查选项,例如将数字作为文本存储。...); // Get the first worksheet Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/use-error-checking...
  8. 输出HTML时单独导出工作表CSS,使用Node.js通过C++|Documentation

    了解如何在将Excel文件转换为HTML时单独导出工作表CSS,使用Aspose.Cells for Node.js via C++。...Workbook (); // Access first worksheet const ws = wb . getWorksheets...html save options - export worksheet css separately const opts...

    docs.aspose.com/cells/zh/nodejs-cpp/export-work...
  9. 通过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....OleObject Collection in the first worksheet. const oles = workbook . getWorksheets...extract each object in the worksheet. for ( let i = 0 ; i < oles...

    docs.aspose.com/cells/zh/nodejs-cpp/extract-ole...
  10. 用C++从工作簿中提取OLE对象|Documentation

    学习如何使用Aspose.Cells和C++从工作簿中提取OLE对象。...OleObject Collection in the first worksheet OleObjectCollection oles =...extract each object in the worksheet for ( int i = 0 ; i < oles...

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