Sort Score
Result 10 results
Languages All
Labels All
Results 2,021 - 2,030 of 102,523 for

workbook

(0.22 sec)
  1. 档案

    档案... 使用要转换的 Excel 文档实例化 Workbook 类。 通过使用 SaveFormat 枚举将保存格式指定为...the Workbook object with the Excel file Workbook workbook = new...

    blog.aspose.com/zh/cells/convert-xls-and-xlsx-t...
  2. 通过JavaScript使用C++保护工作表|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++保护Excel中的工作表,包括保护行、列和特定单元格。...Cells提供一个类 Workbook ,代表Microsoft Excel文件。 Workbook 类包含一个 worksheets..."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/zh/javascript-cpp/protect...
  3. Web扩展 使用Node.js通过C++开发Office加载项|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...."output" ); const workbook = new AsposeCells . Workbook (); const extensions...extensions = workbook . getWorksheets (). getWebExtensions ();...

    docs.aspose.com/cells/zh/nodejs-cpp/web-extensi...
  4. 用JavaScript通过C++实现错误和布尔值(俄语或其他语言)|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++在不同语言中实现错误和布尔值。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...the source workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/zh/javascript-cpp/impleme...
  5. 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...
  6. Copy Sparkline by Specifying Data Range and Loc...

    Learn how to copy a sparkline in Excel by specifying a data range and location of a sparkline group using Aspose.Cells for Node.js via C++....Create workbook from source Excel file const workbook = new AsposeCells...AsposeCells . Workbook ( path . join ( dataDir , "copy_sparkline...

    docs.aspose.com/cells/nodejs-cpp/copy-sparkline...
  7. Formula text containing local absolute cell ref...

    In copying a particular range of cells from one Workbook to another, I found that cells with formula text containing a local absolute cell reference, e.g. =$F$3, do not get adjusted according to the location of the desti…...copied correctly between workbooks Aspose.Cells Product Family...particular range of cells from one workbook to another, I found that cells...

    forum.aspose.com/t/formula-text-containing-loca...
  8. Public API Changes in Aspose.Cells 8.5.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.... Added APIs Added Workbook.dispose Method Aspose.Cells...for Java 8.5.1 exposes the Workbook.dispose method to release...

    docs.aspose.com/cells/java/public-api-changes-i...
  9. 使用 Node.js 和 C++ 判断工作表的纸张大小是否自动|Documentation

    本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。... Workbook ( path . join ( dataDir ,...const wb2 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  10. 用JavaScript通过C++打开不同格式的文件|Documentation

    Aspose.Cells for JavaScript通过C++ API允许你打开/读取不同格式的文件,如XLSX、HTML、CSV、ODS、TSV、SXC、FODS等。..."text/javascript" > const { Workbook , LoadOptions , LoadFormat...SpreadsheetML ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/zh/javascript-cpp/opening...