Sort Score
Result 10 results
Languages All
Labels All
Results 1,831 - 1,840 of 102,518 for

workbook

(0.18 sec)
  1. 使用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...
  2. Workbook.CalculateFormula is very time consumin...

    Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch sw = Stopwatch.StartNew(); wb.CalculateFormula(); Console.WriteLine($“{sw.ElapsedMilliseconds}ms”); It will take about 1 minite to calculate formula. Test.7z (556.…...Workbook.CalculateFormula is very time consuming (with non-existing...14, 2025, 3:04am 1 Workbook wb = new Workbook(@“Test.xlsx”); Stopwatch...

    forum.aspose.com/t/workbook-calculateformula-is...
  3. 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...
  4. Save Pivot Table in ODS file|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....this, you simply convert a workbook with an existing pivot table..."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...

    docs.aspose.com/cells/javascript-cpp/save-pivot...
  5. 在 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...
  6. How to Print Excel as Fitted Pages Wide and Tal...

    This article shows you code explaining how to set FitToPagesWide and FitToPagesTall using Aspose.Cells for Node.js via C++....these steps: Open your Excel workbook and go to the sheet you want...Instantiating a Workbook object const workbook = new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/how-to-print-e...
  7. 使用JavaScript通过C++导出与XML映射相关联的XML数据|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript导出工作簿中的XML映射关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  8. 用JavaScript通过C++为工作表添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将WordArt作为背景水印添加到工作表中。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Otherwise create a new workbook. let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  9. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files &&...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  10. Export VBA Certificate to File or Stream with C...

    Learn how to export a VBA digital certificate to a file or memory stream using Aspose.Cells for C++....digital certificate using the Workbook.GetCertRawData() property...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/cpp/export-vba-certificat...