Sort Score
Result 10 results
Languages All
Labels All
Results 2,851 - 2,860 of 87,265 for

workbook

(0.5 sec)
  1. Exclude Unused Styles during Excel to HTML conv...

    Learn how to exclude unused styles when converting Excel to HTML using Aspose.Cells for Node.js via C++....following sample code creates a workbook and also creates an unused...Create workbook const wb = new AsposeCells . Workbook (); //...

    docs.aspose.com/cells/nodejs-cpp/exclude-unused...
  2. 用 Node.js via C++ 设置图表数据标签的形状类型|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 设置图表中数据标签的形状类型。此指南将介绍不同的形状类型以及如何选择合适的形状以增强展示效果和实用性。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/set-the-sha...
  3. 使用 Java 组件 Aspose.Cells for Java 和 Perl|Documen...

    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....++; print "ok $ok\n" ; my $ workbook = $ java -> create_object...aspose.cells.Workbook" ); $ ok ++; print "workbook $ok\n" ; #$...

    docs.aspose.com/cells/zh/java/using-aspose-cell...
  4. Propagate Formula in Table or List Object autom...

    Learn how to propagate formulas in tables or list objects automatically when entering new data using Aspose.Cells for C++....\\ " ); // Create workbook object Workbook book ; // Access first..."=[Column A] + 1" ); // Save the workbook in xlsx format book . Save...

    docs.aspose.com/cells/cpp/propagate-formula-in-...
  5. 用 C++ 在图表中添加 WordArt 水印|Documentation

    学习如何使用 Aspose.Cells for C++ 向 Microsoft Excel 图表添加 WordArt 水印。我们的指南将演示如何创建和定位 WordArt 水印,以提升图表的视觉吸引力和独特性。... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/add-wordart-waterm...
  6. Export Chart to SVG with viewBox attribute usin...

    Export a chart to SVG format with viewBox attribute using Aspose.Cells with C++....01_SourceDirectory \\ " ); // Create workbook object from source file U16String..."SampleChartBook.xlsx" ; Workbook workbook ( sampleChartBook ); //...

    docs.aspose.com/cells/cpp/export-chart-to-svg-w...
  7. 用C++实现扩展Aspose.Cells默认计算引擎的自定义计算引擎|Documentation

    本文介绍如何使用C++加载一个现有的Excel文件或创建一个新文件,通过Aspose.Cells提供的方法实现自定义计算引擎并获得结果。最后,我们将修改后的Excel文件保存到磁盘。...Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/zh/cpp/implement-custom-c...
  8. Get Cells Index with C++|Documentation

    Learn how to get row or column index by the name of row, column, or cells. Convert the name of the cell to row and column index zero-based using Aspose.Cells with C++....example shows how to: Create a workbook and add some data. Find the...Instantiating a Workbook object Workbook workbook ; // Obtaining...

    docs.aspose.com/cells/cpp/get-cells-index/
  9. Convert Excel to Python Data|Documentation

    Convert Excel to List by using Aspose.Cells for Python via .NET API....NET API, you can convert Workbook, Worksheet, Range, Row, Column...list. How to Convert Excel Workbook to Dictionary Here’s an example...

    docs.aspose.com/cells/python-net/convert-excel-...
  10. Set legend size to certain percentage of the ch...

    Hi Team, I have a requirement to position the legend based on the chart size. I have a sample bar chart and the snipper is as follows. // init Workbook Workbook wb = new Workbook(); WorksheetCollection sheets…... // init workbook Workbook wb = new Workbook(); WorksheetCollection...Initialize workbook and worksheet Workbook wb = new Workbook(); WorksheetCollection...

    forum.aspose.com/t/set-legend-size-to-certain-p...