Sort Score
Result 10 results
Languages All
Labels All
Results 2,101 - 2,110 of 18,224 for

excel worksheet

(0.06 sec)
  1. 用 C++ 格式化数据透视表单元格|Documentation

    了解如何使用Aspose.Cells与C++格式化数据透视表单元格。... 以下示例代码加载包含两个数据透视表的 示例Excel文件 ,实现对整个数据透视表的格式化和对数据透视表中单个单元格的格式化操作。..."pivot_format.xlsx" ); Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/format-pivot-table...
  2. Set Range Border with C++|Documentation

    Learn how to set range borders using Aspose.Cells with C++....border in Excel To set the border of a range in Excel, you can...data to cells in the first worksheet. Create a Range . Set inner...

    docs.aspose.com/cells/cpp/set-range-border/
  3. Hiding Overlaid Content with CrossHideRight whi...

    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....Scenarios When you save your Excel file to HTML, you can specify...generates HTML as per Microsoft Excel but when you change the HtmlSaveOptions...

    docs.aspose.com/cells/java/hiding-overlaid-cont...
  4. How to Format Number to Special with C++|Docume...

    This article will introduce how to Format Number to Special using Aspose.Cells for C++ API....numbers to a special format in Excel is a powerful feature that allows...numbers to a special format in Excel: Improved Readability : Special...

    docs.aspose.com/cells/cpp/how-to-format-number-...
  5. 在xlsx4j中创建图表|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 WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/zh/java/create-charts-in-...
  6. Setting Page Options with C++|Documentation

    This article provides sample code to set page options of Excel Worksheets programmatically using C++ API. You will be able to set Page Orientation, Scaling Factor, FitToPages Options, Paper Size, Print Quality, First Page Number....configure page setup settings for worksheets to control printing. These...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/setting-page-options/
  7. Create Charts in xlsx4j|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 WorksheetCollection worksheets = workbook...getWorksheets (); Worksheet sheet = worksheets . get ( 0 ); //...

    docs.aspose.com/cells/java/create-charts-in-xls...
  8. Managing OLE Objects|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....Word document into Microsoft Excel. To see what types of content...Inserting OLE Objects into the Worksheet Aspose.Cells supports adding...

    docs.aspose.com/cells/net/managing-ole-objects/
  9. Working with GridDesktop|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....Hide ] Opening an Excel File Saving an Excel File Working with...GridDesktop Working with Worksheet...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  10. 使用C++为交替行和列应用条件格式阴影|Documentation

    如何在C++中使用Aspose.Cells库为交替行列的条件格式添加阴影。通过调整这些条件,您可以更好地控制单元格的外观和显示。...Cells API提供了添加和操作 Worksheet 对象的条件格式规则的方法。这些规则可以以多种方式定...C++ API,通过条件格式规则和Excel内置函数,为交替行列添加阴影。 本文使用Excel内置函数,如ROW、COLUM...

    docs.aspose.com/cells/zh/cpp/apply-shading-to-a...