Sort Score
Result 10 results
Languages All
Labels All
Results 4,491 - 4,500 of 102,533 for

workbook

(0.1 sec)
  1. Need a Sample Code to Create a PowerPoint Combi...

    I have a combination chart of stacked column, line with markers on the primary axis and cluster column on the secondary axis. Fact2LegendNotVisible.zip (37.8 KB) please refer the attached ppt file and provide the code. …...clear(); IChartDataWorkbook workbook = chart.getChartData().ge...getChartData().getCategories().add(workbook.getCell(worksheetIndex, 1...

    forum.aspose.com/t/need-a-sample-code-to-create...
  2. Detecting Empty Worksheets with JavaScript via ...

    This article shows you code explaining how to detect empty worksheets of Excel Workbooks programmatically using the JavaScript API with the C++ library...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object from the uploaded file...

    docs.aspose.com/cells/javascript-cpp/detecting-...
  3. Calculate Formulas|Documentation

    This article introduces how to use the Aspose.Cells library to calculate formulas in Microsoft Excel. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we save the modified Excel file to disk....CalculateFormula method of the Workbook class, which processes all...the Calculate methods of the Workbook , Worksheet and Cell classes...

    docs.aspose.com/cells/net/calculate-formulas/
  4. 通过C++使用JavaScript获取区域的地址、单元格数量、偏移、整列和整个行|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...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...creates ranges on a new empty workbook and prints info to the page...

    docs.aspose.com/cells/zh/javascript-cpp/get-add...
  5. How to Format Number as Date|Documentation

    This article will introduce how to format number to date using Aspose.Cells for JavaScript via C++ API...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Create a new workbook const workbook = new Workbook (); // Access...

    docs.aspose.com/cells/javascript-cpp/format-num...
  6. 如何通过 Node.js 使用 C++ 创建龙卷风图|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ API 创建龙卷风图。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/create-torn...
  7. Default Excel font Aptos not printed - Free Sup...

    Dear Aspose, reporting an issue with improper Font display (Aptos). Sending you application which processes sample excel Workbook extracting svg as result (Default Aptose font is used in excel sheet but rendered svg…...which processes sample excel workbook extracting svg as result (Default...Excel to SVG rendering. Workbook workbook = new("g:\\test2\\Aptos...

    forum.aspose.com/t/default-excel-font-aptos-not...
  8. 通过Node.js的C++将VBA宏用户窗体设计器存储从模板复制到目标工作簿|Document...

    学习如何使用Aspose.Cells for Node.js via C++将VBA项目(包括设计器存储)从一个Excel文件复制到另一个Excel文件。...target workbook const target = new AsposeCells . Workbook (); //...templateFile = new AsposeCells . Workbook ( path . join ( sourceDir...

    docs.aspose.com/cells/zh/nodejs-cpp/copy-vba-ma...
  9. Specify how to cross a string in output PDF and...

    Learn to control text overflow in output PDF/Image by specifying the cross type using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , PdfSaveOptions...arrayBuffer (); const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/javascript-cpp/specify-ho...
  10. 通过Python.NET降低单元格Calculate方法的计算时间|Documentation

    了解如何使用Aspose.Cells for Python via .NET优化Excel单元格计算性能。通过设置CalculationOptions,减少计算时间。...Hide ] 可能的使用场景 通常,我们建议用户调用 workbook.calculate_formula() 方法一次,...time from aspose.cells import Workbook , CalculationOptions def ...

    docs.aspose.com/cells/zh/python-net/decrease-th...