Sort Score
Result 10 results
Languages All
Labels All
Results 4,801 - 4,810 of 102,533 for

workbook

(0.16 sec)
  1. 在电子表格中对数据进行排序|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....object in the workbook DataSorter sorter = workbook . getDataSorter...

    docs.aspose.com/cells/zh/java/sort-data-in-spre...
  2. 使用Node.js通过C++格式化切片器|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.... Workbook ( filePath ); // Access first...SlicerStyleLight6 ); // Save the workbook in output XLSX format. wb...

    docs.aspose.com/cells/zh/nodejs-cpp/formatting-...
  3. 用C++移除切片器|Documentation

    学习如何用程序在Excel文件中移除切片器,使用Aspose.Cells for C++。...xlsx" ); Workbook wb ( inputFilePath ); // Access...Remove ( slicer ); // Save the workbook in output XLSX format. U16String...

    docs.aspose.com/cells/zh/cpp/removing-slicer/
  4. 使用 C++ 验证用于保护工作表的密码|Documentation

    了解如何使用 Aspose.Cells for C++ 验证用于保护工作表的密码。...instance of Workbook and load a spreadsheet Workbook book ( srcDir...

    docs.aspose.com/cells/zh/cpp/verify-password-us...
  5. Convert Numbers File to PDF in Java

    This article guides on how to convert numbers file to PDF in Java. It has details to set the IDE, a list of steps, and a sample code to transform numbers file to PDF in Java....source Excel file into the Workbook class object Save the output...source Excel file into the Workbook object, and create the PdfSaveOptions...

    kb.aspose.com/cells/java/convert-numbers-file-t...
  6. Create a Treemap in Excel using C#

    This article explains the process to create a Treemap in excel using C#. It has details to set the IDE, a list of steps, and a sample code to generate a Treemap chart in Excel....create a Treemap Create a workbook and add sample hierarchy data...position and save the resultant workbook as an XLSX file These steps...

    kb.aspose.com/cells/net/create-a-treemap-in-exc...
  7. Find if the cell value starts with single quote...

    Learn how to find if the cell value starts with a single quote mark through the Aspose.Cells for C++ API....Startup (); // Create workbook Workbook wb ; // Create worksheet...

    docs.aspose.com/cells/cpp/find-if-the-cell-valu...
  8. Supported File Formats|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....0 – 2003 workbook. XLSX The Office Open XML...Excel binary workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  9. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A‑compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save an Excel workbook to a PDF/A‑compliant (PDF/A‑1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  10. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from Workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...looking to copy ranges from from workbook to another or from one worksheet...when copying ranges between workbooks or worksheets, especially...

    forum.aspose.com/t/c-aspose-cells-dates/315671