Sort Score
Result 10 results
Languages All
Labels All
Results 5,271 - 5,280 of 103,884 for

workbook

(0.12 sec)
  1. 使用C++处理形状或图表的阴影效果|Documentation

    学习如何使用Aspose.Cells for C++操控形状或图表的阴影效果。...Load your source excel file Workbook wb ( inputFilePath ); // Access...SetTransparency ( 0.3 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/working-with-the-s...
  2. Manage Chart Data Series in Presentations Using...

    Learn how to manage chart series in JavaScript for PowerPoint (PPT/PPTX) with practical code examples and best practices to enhance your data presentations....100 , 100 , 400 , 300 ); var workBook = chart . getChartData ()...getChartData (). getSeries (). add ( workBook . getCell ( 0 , 0 , 1 , "Series...

    docs.aspose.com/slides/nodejs-java/chart-series/
  3. Aspose.Slides for Java Returns Incorrect Legend...

    When we are trying to fetch the legend entry count in case of PPT, we see that it is coming as 1 even though we have turned the show legend flag as false. In case of PPT it is coming as 1 and in case of excel it is comin…...the chart data workbook IChartDataWorkbook workbook = chart.getChartData()...getChartData().getCategories().add(workbook.getCell(0, 1, 0, "Start"));...

    forum.aspose.com/t/aspose-slides-for-java-retur...
  4. 在用 C++ 设置样式的 Custom 属性时检查自定义数字格式|Documentation

    Aspose.Cells 是一个用于处理电子表格文件的 C++ 库,支持在样式设置时检查自定义数字格式。本文将展示如何使用 Aspose.Cells 库检查自定义数字格式以确保样式正确。...Cells 检查所分配的自定义数字格式是否有效,请将 Workbook.GetCheckCustomNumber() 属性设置为...GetCustom() 属性分配了无效的自定义数字格式。由于我们已经将 Workbook.GetCheckCustomNumber() 属性设置为...

    docs.aspose.com/cells/zh/cpp/check-custom-numbe...
  5. Inserting, Deleting Rows and Columns|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains an Worksheets collection...

    docs.aspose.com/cells/go-cpp/inserting-deleting...
  6. Modify an Existing Style|Documentation

    Aspose.Cells is a Python library for working with spreadsheet files that allows users to modify existing cell styles. This article will introduce how to modify an existing cell style with the Aspose.Cells for Python via .NET library so that users can change the appearance of the cells as they need....existing style, save it with the workbook, and use it to format information...formatted, the Normal style (the workbook’s default style) is applied...

    docs.aspose.com/cells/python-net/modify-an-exis...
  7. Creating a List Object|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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/python-java/creating-a-li...
  8. Freeze Panes in Excel with Java

    This article describes how to freeze panes in Excel with Java. It has the IDE settings, steps, and a sample code showing how to freeze a cell in Excel with Java....source Excel file into the workbook object for locking rows and... Finally, save the output workbook with frozen panes. Code to...

    kb.aspose.com/cells/java/freeze-panes-in-excel-...
  9. Autofit Rows and Columns in Excel using C#

    This article covers how to auto fit Excel using C#. It discusses the IDE configuration, a series of steps, and a code snippet to auto fit in Excel using C#....Load the input file with the Workbook class Access any sheet using...columns Export the output workbook with the Save method These...

    kb.aspose.com/cells/net/autofit-rows-and-column...
  10. Adjusting Row Height and Column Width|Documenta...

    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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/go-cpp/adjusting-row-heig...