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

workbook

(0.11 sec)
  1. Hide or Unhide a Worksheet in Ruby|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....Instantiating a Workbook object by Excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/java/hide-or-unhide-a-wor...
  2. 通过 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...
  3. 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...
  4. 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...
  5. 使用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...
  6. 支持使用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...
  7. 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/
  8. 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...
  9. 使用 C++ 管理演示文稿中的图表数据系列|Aspose.Slides 文档

    学习如何在 C++ 中使用实用代码示例和最佳实践来管理 PowerPoint(PPT/PPTX)图表系列,以提升数据演示效果。...0f ); auto workBook = chart -> get_ChartData ()...-> get_Series () -> Add ( workBook -> GetCell ( 0 , 0 , 1 , ObjectExt...

    docs.aspose.com/slides/zh/cpp/chart-series/
  10. Precedents and Dependents with Node.js via C++|...

    Learn to trace precedent and dependent cells in spreadsheets using Aspose.Cells for Node.js via C++. Understand how to identify linked cells in complex financial worksheets....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/nodejs-cpp/precedents-and...