Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 21,326 for

worksheet

(0.07 sec)
  1. Change Character Spacing of Excel TextBox or Sh...

    Change the character spacing of Excel textboxes or shapes using Aspose.Cells for Node.js via C++....(); // Access first worksheet const worksheet = workbook . getWorksheets...textbox to the worksheet const shape = worksheet . getShapes ()...

    docs.aspose.com/cells/nodejs-cpp/change-charact...
  2. 使用 C++ 加载工作簿或工作表时过滤对象|Documentation

    学习如何在使用 Aspose.Cells for C++ 加载工作簿或工作表时过滤图表、形状和条件格式等对象。...inputFilePath , lOptions ); // Save worksheet to a single PDF page PdfSaveOptions...public : void StartSheet ( Worksheet & sheet ) override { U16String...

    docs.aspose.com/cells/zh/cpp/filter-objects-whi...
  3. Aspose.Cells 8.2.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....Worksheet属性 在 Aspose.Cells 8.2.2 发布之前,无法从...发布之前,无法从 Chart 对象中检索 Worksheet 的实例。Aspose.Cells 8.2.2 填补了这一空白,提供了...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. 在PHP中冻结窗格|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 in the Excel file $worksheets = $workbook...getWorksheets (); $worksheet = $worksheets -> get ( 0 ); //Applying...

    docs.aspose.com/cells/zh/java/freeze-panes-in-php/
  5. Create Access and Copy Named Ranges with Node.j...

    Learn how to create, access, and copy named ranges in Excel using Aspose.Cells for Node.js via C++....refer to data on the same worksheet; if you want to represent...represent a range on another worksheet, you may use a name. Named ranges...

    docs.aspose.com/cells/nodejs-cpp/create-access-...
  6. Adding HTML Rich Text inside the Cell with C++|...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for C++ API....// Get the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cell A1 Cell cell = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/adding-html-rich-text...
  7. Aspose.Cells 8.4.0 中的公共 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....//Access the first worksheet Worksheet worksheet = workbook . getWorksheets...object PivotTable pivotTable = worksheet . getPivotTables (). get (...

    docs.aspose.com/cells/zh/java/public-api-change...
  8. Aspose.Cells 8.4.1中的公共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....first worksheet com . aspose . cells . Worksheet worksheet = workbook...aspose . cells . Chart chart = worksheet . getCharts (). get ( 0 );...

    docs.aspose.com/cells/zh/java/public-api-change...
  9. Data Filtering|Documentation

    Learn how to add data filter by using the Aspose.Cells for Python via .NET API....good features to autofilter worksheet data. Aspose.Cells for Python...only those items from the worksheet that you want to display in...

    docs.aspose.com/cells/python-net/data-filtering/
  10. Change the Font on just the specific Unicode ch...

    Learn how to change the font of specific Unicode characters while saving to PDF using Aspose.Cells with C++....Access the first worksheet Worksheet worksheet = workbook . GetWorksheets...Access cells Cell cell1 = worksheet . GetCells (). Get ( u "A1"...

    docs.aspose.com/cells/cpp/change-the-font-on-ju...