Sort Score
Result 10 results
Languages All
Labels All
Results 2,061 - 2,070 of 21,245 for

worksheet

(0.13 sec)
  1. Resize Chart's Data Label Shape To Fit Text wit...

    Learn how to resize the data label shape in a chart to fit the text in Aspose.Cells for C++. Our guide will show you how to adjust the size and shape of the label container to ensure that the text is displayed correctly without any truncation or overlapping....Access the Worksheet that contains the Chart Worksheet sheet = book...through each Chart in the Worksheet for ( int32_t i = 0 ; i <...

    docs.aspose.com/cells/cpp/resize-chart-s-data-l...
  2. Apply Conditional Formatting in Worksheets|Docu...

    How to use Aspose.Cells for Python via .NET library to apply conditional formatting in Worksheets. By adjusting these criteria, you have more control over how cells look and appear....Conditional Formatting in Worksheets Contents [ Hide ] This article...to a range of cells in a worksheet. Conditional formatting is...

    docs.aspose.com/cells/python-net/apply-conditio...
  3. How to Control Workbook View with C++|Documenta...

    Learn how to control workbook view using the Aspose.Cells for C++ API....data to cells in the first worksheet. Hide horizontal and vertical...workbook ; // Get the first worksheet Worksheet ws = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/how-to-control-workbo...
  4. Manage Shape Options|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....Watermark to Worksheet Copy Shapes between Worksheets...

    docs.aspose.com/cells/java/managing-shape-options/
  5. 在电子表格中查找并替换|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....foreach ( Worksheet sheet in workbook . Worksheets ) { found...foreach ( Worksheet sheet in workbook . Worksheets ) { do { cell...

    docs.aspose.com/cells/zh/net/find-and-replace-i...
  6. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....function without writing it in a worksheet AI Document Assistant Close...function without writing it in a worksheet...

    docs.aspose.com/cells/net/implement-custom-calc...
  7. AutoFit Rows for Merged Cells|Documentation

    This article shows how to AutoFit Rows for Merged Cells through the Aspose.Cells for Python via .NET API....possible to auto-fit rows in a worksheet including merged cells. Here...workbook object and add multiple worksheets. Use different methods for...

    docs.aspose.com/cells/python-net/autofit-rows-f...
  8. 将VBA宏UserForm DesignerStorage从模板复制到目标工作簿(C++)|D...

    学习如何用Aspose.Cells for C++将VBA宏UserForm DesignerStorage从模板复制到目标工作簿。... GetCount (); ++ i ) { Worksheet ws = templateSheets . Get...() == SheetType :: Worksheet ) { Worksheet s = targetSheets ....

    docs.aspose.com/cells/zh/cpp/copy-vba-macro-use...
  9. 在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....通过调用PivotTables集合的add方法(封装在Worksheet对象中)向工作表添加数据透视表。 通过传递其索引从P...reference of the newly added worksheet Worksheet sheet = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/create-pivot-tabl...
  10. Using Anonymous Types or Custom Objects in Aspo...

    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....WorkbookDesigner (); //Get the first worksheet(default sheet) in the workbook...Cells . Worksheet w = report . Workbook . Worksheets [ 0 ]; //Input...

    docs.aspose.com/cells/net/using-anonymous-types...