Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 103,512 for

workbook

(0.19 sec)
  1. Automating PowerPoint Generation in JavaScript:...

    Automate slide creation on cloud platforms with Aspose.Slides for Node.js—generate, edit, and convert PowerPoint and OpenDocument files fast and reliably....setOverlay ( false ); let workbook = chart . getChartData ()...(). getCategories (). add ( workbook . getCell ( worksheetIndex...

    docs.aspose.com/slides/nodejs-java/automating-p...
  2. 使用 C++ 通过 JavaScript 将 Excel 图表转换为图像|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将 Excel 图表转换为图像。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object from the uploaded file const workbook = new...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  3. 在Node.js和C++中设置默认字体以渲染电子表格为HTML|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....__dirname , "data" ); // Create workbook object and access first worksheet...const wb = new AsposeCells . Workbook (); const ws = wb . getWorksheets...

    docs.aspose.com/cells/zh/nodejs-cpp/set-default...
  4. 在渲染电子表格为HTML时设置默认字体,使用C++|Documentation

    学习如何使用Aspose.Cells for C++在渲染电子表格为HTML时设置默认字体。...Create workbook object and access first worksheet Workbook wb ;...SetStyle ( st ); // Now save the workbook in html format and set the...

    docs.aspose.com/cells/zh/cpp/set-default-font-w...
  5. Extract Text from the Gear Type SmartArt Shape ...

    Learn how to extract text from the Gear Type SmartArt Shape using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/javascript-cpp/extract-te...
  6. How to create Combo chart with C++|Documentation

    Learn how to create a combo chart using Aspose.Cells for C++. Our comprehensive guide will demonstrate how to combine different chart types into one combo chart for a more effective data presentation....(); // Create the workbook Workbook workbook ( u "combo.xlsx"...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/create-combo-chart/
  7. 如何使用C++通过JavaScript创建动态滚动图表|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++创建动态滚动图表。我们的指南将演示如何在图表中实现平滑数据过渡和滚动平均,确保连续更新的显示效果。..."text/javascript" > const { Workbook , SaveFormat , ChartType ...async () => { // Create a new workbook and access the first worksheet...

    docs.aspose.com/cells/zh/javascript-cpp/create-...
  8. 如何添加文本条件格式|Documentation

    如何使用 Aspose.Cells for Python via .NET 库应用文本条件格式。通过调整这些条件,您可以更好地控制单元格的外观和显示方式。...cells import Workbook from aspose.cells import Workbook , Worksheet...self , data_dir ): book = Workbook () sheet1 = book . worksheets...

    docs.aspose.com/cells/zh/python-net/how-to-add-...
  9. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...var workbook = new Workbook(input); var table = workbook.Worksheets[0]...SOMETHING table.ShowTotals = true; workbook.Save(output); UPDATE: I noticed...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  10. Add Threaded Comments in Excel using C#

    Follow this article to add threaded comments in Excel using C#. It will provide IDE settings, a list of steps, and a sample code to work with Excel threaded comment using C#....of the product Create a new workbook or load an existing Excel...Excel file using the Workbook class object Access the target sheet...

    kb.aspose.com/cells/net/add-threaded-comments-i...