Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 87,186 for

workbook

(0.22 sec)
  1. Can aspose convert mht to excel including formu...

    can aspose convert mht to excel including formula? In a cell, we want to do some simple forumla like: =IF(1.1=0,“zero”,“non-zero”)...EXCEL_97_TO_2003; Workbook workbook = new Workbook(srcFile, loadOptions);...loadOptions); workbook.save(dstFile, saveFormat);...

    forum.aspose.com/t/can-aspose-convert-mht-to-ex...
  2. 用Node.js via C++创建和管理图表|Documentation

    学习如何使用Aspose.Cells for Node.js在Microsoft Excel中创建图表。我们的指南将展示各种图表类型以及如何自定义其外观和格式。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/creating-ch...
  3. Implement Custom Calculation Engine to extend t...

    This article describes how to extend the default calculation engine by implementing a custom calculation engine using the Aspose.Cells library with C++. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to implement a custom calculation engine and get the results. Finally, we save the modified Excel file to disk....Run () { Workbook workbook ; Worksheet sheet = workbook . GetWorksheets...SetFormula ( u "=TODAY()" ); workbook . CalculateFormula (); std...

    docs.aspose.com/cells/cpp/implement-custom-calc...
  4. 仅复制范围数据(无格式) C++实现|Documentation

    学习如何使用Aspose.Cells与C++仅复制范围数据,不包括格式。...02_OutputDirectory \\ " ); Workbook workbook ; Cells cells = workbook . GetWorksheets..., u "D3" ); Style style = workbook . CreateStyle (); style ....

    docs.aspose.com/cells/zh/cpp/copy-range-data-only/
  5. 使用ChartGlobalizationSettings类通过Node.js与C++设置图表组...

    了解如何在Aspose.Cells for Node.js via C++中使用ChartGlobalizationSettings类为图表组件设置不同语言。我们的指南将帮助您理解如何本地化图表元素、标签和图例。...Create an instance of existing Workbook const dataDir = path . join...xlsx" ); const workbook = new AsposeCells . Workbook ( pathName );...

    docs.aspose.com/cells/zh/nodejs-cpp/using-chart...
  6. Hiding Overlaid Content with CrossHideRight whi...

    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....xlsx" ); const workbook = new AsposeCells . Workbook ( filePath );...HTML with HtmlSaveOptions workbook . save ( path . join ( dataDir...

    docs.aspose.com/cells/nodejs-cpp/hiding-overlai...
  7. Worksheet to Image - Set Pixel Format for the R...

    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....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/worksheet-to-i...
  8. 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方法 Workbook对象现在实现了System.IDi...法。您可以直接调用Workbook.Dispose方法,或者在Using结构中创建一个Workbook对象来自动调用此方法。...

    docs.aspose.com/cells/zh/net/public-api-changes...
  9. 在 Aspose.Cells 中显示或隐藏网格线|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....Microsoft Excel 文件的类, WorkbookWorkbook 类包含一个 Worksheets 集合,允许访问...Sheet3。所有工作表都有网格线。 Book1.xls: 修改前的工作表视图 使用 Workbook 类打开 Book1.xls 文件,并将第一个工作表上的网格线隐藏。...

    docs.aspose.com/cells/zh/net/display-or-hide-gr...
  10. 在xlsx4j中跟踪先例和后继者|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 Workbook workbook = new Workbook ( dataDir...dataDir + "workbook.xls" ); Cells cells = workbook . getWorksheets...

    docs.aspose.com/cells/zh/java/tracing-precedent...