Sort Score
Result 10 results
Languages All
Labels All
Results 4,151 - 4,160 of 99,951 for

workbook

(0.11 sec)
  1. GridJs 多语言配置指南|Documentation

    本教程将引导您配置多语言支持...( sb == null ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...if (! isdone ) { Workbook wb = new Workbook ( file ); wbj . ImportExcelFile...

    docs.aspose.com/cells/zh/net/aspose-cells-gridj...
  2. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for Python via .NET API....the first worksheet of the workbook (as shown in the figure below)...via .NET provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/python-net/creating-subto...
  3. Advanced Formula Calculation|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....before being written to the workbook. Both can be used directly...evaluated? What is stored in the workbook? Reporting Services At rendering...

    docs.aspose.com/cells/reportingservices/advance...
  4. Update XLTX File using .NET | products.aspose.com

    Modify XLTX documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xltx/
  5. Update XLTM File using .NET | products.aspose.com

    Modify XLTM documents in C# VB.NET applications without using Microsoft Excel....NET Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/net/update/xltm/
  6. 通过C++用Node.js处理类似微软Excel的图表轴自动单位|Documentation

    了解如何在Aspose.Cells for Node.js via C++中处理图表轴的自动单位。我们的指南将向您展示如何配置和自定义图表轴的自动单位,包括科学记数法的显示和缩放调整。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/handle-auto...
  7. How to set up series. Points. DataLabel. LinkSo...

    image.png (12.2 KB) image.png (48.7 KB) Still unable to take effect, I used WPS to create charts and series, using the same code. The files created by WPS can take effect, but using aspose.cells doesn’t test.zip (12.8…...are not being applied in the workbook you create with Aspose.Cells...minimal repro – create a tiny workbook (one sheet, one chart) that...

    forum.aspose.com/t/how-to-set-up-series-points-...
  8. Propagate Formula in Table or List Object Autom...

    Learn how to automatically propagate formulas in tables or list objects while entering data in new rows using Aspose.Cells for Node.js via C++....__dirname , "data" ); // Create workbook object const book = new AsposeCells...AsposeCells . Workbook (); // Access first worksheet const sheet...

    docs.aspose.com/cells/nodejs-cpp/propagate-form...
  9. 使用C++检测VBA项目是否受保护|Documentation

    利用Aspose.Cells与C++检测Excel文件的VBA项目是否受保护。...Cells-for-C // Create a workbook. Workbook wb ; // Access the VBA...VBA project of the workbook. VbaProject vbaProj = wb . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/find-out-if-vba-pr...
  10. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/render-sequenc...