Sort Score
Result 10 results
Languages All
Labels All
Results 3,171 - 3,180 of 103,544 for

workbook

(0.16 sec)
  1. Setting Formula for Named Range with C++|Docume...

    Learn how to set formulas for named ranges in Excel files using Aspose.Cells with C++....Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...Create an instance of Workbook Workbook book ; // Get the WorksheetCollection...

    docs.aspose.com/cells/cpp/setting-formula-for-n...
  2. 通过 C++ 使用 JavaScript 创建 Volume Open High Low Cl...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 创建带有成交量、开盘价、最高价、最低价、收盘价的股票图表。我们的指南将演示如何将股票市场数据绘制到图表上以便更好地分析和可视化。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...instance of Workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  3. 如何在 JavaScript 结合 C++ 中创建 TreeMap 图表|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中创建树形图。我们的指南将帮助你了解树形图的各种属性和格式设置选项,包括颜色、标签和数据表示。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...Instantiate Workbook with uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/creatin...
  4. Xlsx转csv时,只能转换第一个sheet的数据 - Free Support Forum ...

    我使用的版本是: <groupId>com.aspose</groupId> <artifactId>aspose-cells</artifactId> <version>23.6</version> 代码如下: LoadOptions loadOptions = new LoadOptions(); Workbook = new Workbook(inputStream, loadOptions); int sheetCount…...new LoadOptions(); workbook = new Workbook(inputStream, loadOptions);...loadOptions); int sheetCount = workbook.getWorksheets().getCount();...

    forum.aspose.com/t/xlsx-csv-sheet/316668
  5. 用JavaScript通过C++在图表中设置图片为背景填充|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++将图片设置为图表背景填充。我们的指南将向您展示如何导入和定位图片,调整其大小和颜色,以及应用格式选项以增强图表的外观。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/set-pic...
  6. 在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/zh/java/display-or-hide-g...
  7. New bug with MergeNamedStyles - Free Support Fo...

    I appear to have found a bug with the MergeNamedStyles function added recently. Please run the following top-level code (adjusting the file paths as needed) with the attached zipped Workbooks as a .NET 9 C# console app …...with the attached zipped workbooks as a .NET 9 C# console app...KB) : using Aspose.Cells; Workbook targetWbk = new(@"C:\Swif...

    forum.aspose.com/t/new-bug-with-mergenamedstyle...
  8. Converting Worksheet to Image using ImageOrPrin...

    Learn how to convert a worksheet to an image file and apply different image and print options using Aspose.Cells with C++....Template Workbook in Microsoft Excel I created a new workbook in MS...02_OutputDirectory \\ " ); Workbook book ( srcDir + u "sampleWorksheetToAnI...

    docs.aspose.com/cells/cpp/converting-worksheet-...
  9. Specify Document Version of the Excel File usin...

    Learn how to specify the document version of an Excel file using built-in document properties with Aspose.Cells for C++....following sample code creates a workbook and changes its built-in document...Startup (); // Create workbook object Workbook wb ; // Access built-in...

    docs.aspose.com/cells/cpp/specify-document-vers...
  10. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/how-to-calculate-cus...