Sort Score
Result 10 results
Languages All
Labels All
Results 1,881 - 1,890 of 87,185 for

workbook

(0.14 sec)
  1. Public API Changes in Aspose.Cells 8.6.3|Docume...

    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....0 , importOptions ); Added Workbook.createBuiltinStyle Method...Java 8.6.3 has exposed the Workbook.createBuiltinStyle method...

    docs.aspose.com/cells/java/public-api-changes-i...
  2. Aspose.Cells 8.5.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.... Workbook.CalculateFormula(CalculationOptions)...//Create workbook object Workbook workbook = new Workbook (); //Source...

    docs.aspose.com/cells/zh/net/public-api-changes...
  3. Chart Data Label|Aspose.Slides Documentation

    Set PowerPoint chart data label and distance in C# or .NET...worksheet IChartDataWorkbook workbook = chart . ChartData . ChartDataWorkbook...ChartData . Series . Add ( workbook . GetCell ( defaultWorksheetInde...

    docs.aspose.com/slides/net/chart-data-label/
  4. Working with Worksheets in Apache POI and Aspos...

    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....Sheet Within Workbook Re-Order Sheets Within Workbook Header and...Assistant Close Working with Workbooks in Apache POI and Aspose.Cells...

    docs.aspose.com/cells/java/working-with-workshe...
  5. Aspose.Cells 8.5.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.... 添加的 API 添加了Workbook.Dispose方法 Aspose.Cells for...Java 8.5.1已经暴露出Workbook.dispose方法,用于释放Workbook对象的非托管资源。Dispos...

    docs.aspose.com/cells/zh/java/public-api-change...
  6. Extract Theme Data from Excel File|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....extract Theme Name applied to workbook and Theme Color applied to...You can apply Theme to your workbook using Microsoft Excel via...

    docs.aspose.com/cells/java/extract-theme-data-f...
  7. Creating Pie Chart with Leader Lines with C++|D...

    Learn how to use Aspose.Cells for C++ to create a pie chart with leader lines in Microsoft Excel. Our guide will demonstrate how to add leader lines that connect data points to the legend and enhance the overall clarity of your chart....we will first create a new Workbook and input some data that will...instance of Workbook in XLSX format Workbook workbook ( FileFormatType...

    docs.aspose.com/cells/cpp/creating-pie-chart-wi...
  8. Cells not getting calculated using Aspose.Cells...

    At Willis Towers Watson, we are using Aspose.Cells 24.7 and are considering upgrading to the current version, 25.4. In testing 25.4, we encountered a problem where some of the cells in the Workbook do not get calculated…...where some of the cells in the workbook do not get calculated. This...It contains a test case (a workbook and a Visual Studio solution)...

    forum.aspose.com/t/cells-not-getting-calculated...
  9. 通过 C++ 使用 Node.js 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化工作簿中的工作表单元格。自定义电子表格中数据的外观和样式。...const workbook = new AsposeCells . Workbook (); workbook . changePalette...( 155 , 204 , 255 ), 55 ); workbook . changePalette ( new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/format-work...
  10. 用 C++ 创建每行拥有不同水平对齐方式的文本框|Documentation

    学习如何用 Aspose.Cells 和 C++ 创建每行具有不同横向对齐方式的文本框。...02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet...TextAlignmentType :: Right ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/create-textbox-in-...