Sort Score
Result 10 results
Languages All
Labels All
Results 2,821 - 2,830 of 27,460 for

worksheet

(0.09 sec)
  1. Create and Customize PowerPoint Charts in Java|...

    Create and customize PowerPoint charts in Java with Aspose.Slides—work with data, styles, and chart types in PPT and PPTX using clear code examples....Presentations Using Java Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/java/powerpoint-charts/
  2. Create and Customize PowerPoint Charts in PHP|A...

    Create and customize PowerPoint charts with Aspose.Slides for PHP via Java — work with data, styles, and chart types in PPT and PPTX using clear code examples....Presentations Using PHP Apply Chart Worksheet Formulas in Presentations...

    docs.aspose.com/slides/php-java/powerpoint-charts/
  3. Alignment Settings|Documentation

    In the Aspose.Cells library, you can use cell alignment settings to adjust the layout and display of text. By adjusting settings such as horizontal alignment, vertical alignment, and text wrapping, you gain more control over how text flows in cells. This document will provide you with detailed steps and sample code to help you quickly grasp how to use Aspose.Cells for cell alignment settings....Workbook class contains a Worksheets collection that allows access...access to each worksheet in the Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/cells-alignment-setti...
  4. Utilize Sheet.SheetId property of OpenXml with ...

    This article shows how to utilize the Sheet.SheetId property of OpenXml using the Excel manipulation C++ API or library programmatically....the equivalent property as Worksheet.GetTabId() . Utilize Sheet...xlsx" ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/utilize-sheet-sheetid...
  5. 在用 C++ 设置样式的 Custom 属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持在样式设置时检查自定义数字格式。本文将展示如何使用 Aspose.Cells 库检查自定义数字格式以确保样式正确。...true ); // Access first worksheet Worksheet sheet = book . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/check-custom-numbe...
  6. Link Cells to XML Map Elements with C++|Documen...

    Learn how to link cells to XML Map elements using Aspose.Cells with C++....0 ); // Access first worksheet Worksheet ws = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/link-cells-to-xml-map...
  7. 在 Apache POI 和 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....要实现拆分视图,使用 Worksheet 类的 split 方法。要移除拆分窗格,使用 removeSplit...setActiveCell ( "A20" ); //Split the worksheet window book . getWorksheets...

    docs.aspose.com/cells/zh/java/split-panes-in-ap...
  8. Automatically refresh OLE object via Microsoft ...

    Learn how to refresh OLE objects automatically in Microsoft Excel using Aspose.Cells with C++....xlsx" ); // Access first worksheet Worksheet sheet = wb . GetWorksheets...

    docs.aspose.com/cells/cpp/automatically-refresh...
  9. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet Worksheet = workbook.getWorksheets().get(0); Cells cells = Worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets()...getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...
  10. How to Format Number to Percentage|Documentation

    This article will introduce how to Format Number to Percentageusing Aspose.Cells for JavaScript via C++ API....Access the Worksheet You need to access the worksheet where you...be working with the first worksheet. Step 4: Apply Percentage...

    docs.aspose.com/cells/javascript-cpp/how-to-for...