Sort Score
Result 10 results
Languages All
Labels All
Results 2,901 - 2,910 of 100,089 for

workbook

(0.18 sec)
  1. Add Cells to Microsoft Excel Formula Watch Wind...

    How to use Aspose.Cells library to add cells to the formula watch window in Excel using JavaScript via C++. By loading an existing Excel file or creating a new one, we can manipulate the cells in it and set formulas. Finally, we save the modified Excel file to disk.... It then saves the workbook as output Excel file . If..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...

    docs.aspose.com/cells/javascript-cpp/add-cells-...
  2. Can we plot this radial cluster chart which is ...

    Hi Team, Can we draw this smartart using aspose cells from scratch? Radial Cluster SmartArt.zip (22.7 KB)...SmartArt that already exists in a workbook. To get the desired result...editable SmartArt in the final workbook and only have to fill it programmatically...

    forum.aspose.com/t/can-we-plot-this-radial-clus...
  3. 通过 JavaScript 及 C++ 指定数据范围和切片组位置复制 Sparklines|D...

    学习如何通过 Aspose.Cells for JavaScript 和 C++ 指定数据范围和切片组位置复制 Excel 中的 Sparklines。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create workbook from uploaded Excel file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/copy-sp...
  4. 使用CellsFactory类在C++中创建样式对象|Documentation

    Aspose.Cells是一个支持使用样式对象对单元格进行样式设置的C++库。本文将介绍如何使用Aspose.Cells中的CellsFactory类创建单元格样式对象,以便用户根据需要自定义单元格的外观。...:: Yellow ()); // Create a workbook and set its default style...using the created Style object Workbook wb ; wb . SetDefaultStyle...

    docs.aspose.com/cells/zh/cpp/create-style-objec...
  5. 支持使用Node.js通过C++进行XAdES签名|Documentation

    这篇文章介绍了如何使用Node.js通过C++和Aspose.Cells支持XAdES签名。...xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...dsCollection . add ( signature ); workbook . setDigitalSignature ( dsCollection...

    docs.aspose.com/cells/zh/nodejs-cpp/support-for...
  6. Conversion|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 workbook = new Workbook ( "Sample.xls"...xls" ); workbook . Save ( "Converted.xlsx" , SaveFormat . Xlsx );...

    docs.aspose.com/cells/net/conversion/
  7. Public API Changes in Aspose.Cells 8.0.1|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....//Instantiate a new Workbook Workbook book = new Workbook (); //Set the...automatically created by the Workbook. In order to change the memory...

    docs.aspose.com/cells/java/public-api-changes-i...
  8. Wrong Decimal Separator in CSS Properties when ...

    Hello, when using the new option IsBorderCollapsed the properties in css for transform are set with wrong decimal separators. Eg: transform: rotate(-90deg) skew(-22,5deg); System Language is German. CultureInfo of th…...CSS Properties when saving Workbooks as HTML Aspose.Cells Product...CultureInfo of the thread/workbook is set according to the documents...

    forum.aspose.com/t/wrong-decimal-separator-in-c...
  9. Get Equation Text of Chart Trendline with Node....

    Learn how to use Aspose.Cells for Node.js via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation text of a trendline for further analysis or display....Create workbook object from source Excel file const workbook = new...new AsposeCells . Workbook ( path . join ( dataDir , "source.xlsx"...

    docs.aspose.com/cells/nodejs-cpp/get-equation-t...
  10. Set the Values Format Code of Chart Series with...

    Learn how to set the values format code of chart series in Aspose.Cells for Node.js via C++. This guide will help you understand how to format your chart series data using the appropriate format code, allowing you to present your data accurately and professionally....file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/set-the-values...