Sort Score
Result 10 results
Languages All
Labels All
Results 1,471 - 1,480 of 104,099 for

workbook

(0.2 sec)
  1. 如何用Node.js通过C++控制工作表标签栏|Documentation

    学习如何使用Aspose.Cells for Node.js via C++控制工作表标签栏。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook (); // Obtaining...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-cont...
  2. 访问工作表的单元格|Documentation

    本文介绍了如何使用Aspose.Cells for JavaScript通过C++ API获取工作表的最大显示范围并访问单元格。...JavaScript通过C++提供了一个类, Workbook ,它代表一个Excel文件。 Workbook 类包含一个 WorksheetCollection..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/accessi...
  3. 用 JavaScript 和 C++ 在工作表中显示公式而非值|Documentation

    本文提供了使用 C++ 的 JavaScript API 以编程方式在 Excel 工作表或电子表格中显示公式而非值的示例代码。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...the source workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/zh/javascript-cpp/show-fo...
  4. Set the Comment of Table or List Object inside ...

    Learn how to set the comment of the table or list object inside the worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/javascript-cpp/set-the-co...
  5. 为工作簿指定自定义数字小数点和分组分隔符|Documentation

    使用C++通过Aspose.Cells for JavaScript更改Excel中的数字十进制和分组分隔符。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...(); // Load workbook from uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/zh/javascript-cpp/specify...
  6. Loading and Managing Excel, OpenOffice, JSON, C...

    With Aspose.Cells for C++, it is simple to create, open, and manage Excel, CSV, TSV, ODS, HTML, Numbers, JSON, XML, PDF, JPG, TIFF, Image, MHT, and XPS files....New Workbook The following example creates a new workbook from...endl ; } // Instantiate a Workbook object that represents an...

    docs.aspose.com/cells/cpp/loading-saving-and-ma...
  7. 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...
  8. How can I add line and connect two simple image...

    How can I add line and connect two simple image using Aspose.Cells for Java? For Example : Screenshot 2026-02-13 104948.jpg (8.8 KB)...via existing API Workbook workbook = new Workbook(); ShapeCollection...ShapeCollection shapes = workbook.getWorksheets().get(0).getShapes(); //...

    forum.aspose.com/t/how-can-i-add-line-and-conne...
  9. Protect and Unprotect Worksheet with JavaScript...

    Protect and unprotect worksheet of Excel files with Aspose.Cells for JavaScript via C++....lines of code to protect the workbook structure of Excel files...."text/javascript" > const { Workbook , SaveFormat , ProtectionType...

    docs.aspose.com/cells/javascript-cpp/protect-an...
  10. 使用C++通过JavaScript更改Excel文本框或形状的字符间距|Documentation

    使用C++的Aspose.Cells for JavaScript,通过JavaScript更改Excel文本框或形状的字符间距。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

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