Sort Score
Result 10 results
Languages All
Labels All
Results 3,051 - 3,060 of 82,029 for

workbook

(0.07 sec)
  1. Row Column headings incorrectly displayed in HT...

    We have activated display of row/column headings using setExportRowColumnHeadings() in the HTML output When our Excel sheet contains hidden columns, the column headings displayed in HTML do not match anymore the columns…...args) { try { Workbook workbook = new Workbook(“columns hidden...outputPath = "output.html"; workbook.save(outputPath, saveOptions);...

    forum.aspose.com/t/row-column-headings-incorrec...
  2. 在工作簿中应用样式|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/apply-styles-to-ra...
  3. Decrease the Calculation Time of Cell.Calculate...

    Learn how to optimize Excel cell calculation performance using Aspose.Cells for Python via .NET. Reduce computation time with CalculationOptions settings....we recommend users to call workbook.calculate_formula() method...time from aspose.cells import Workbook , CalculationOptions def ...

    docs.aspose.com/cells/python-net/decrease-the-c...
  4. 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...
  5. Update XLTM File using Python | products.aspose...

    Modify XLTM document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xltm/
  6. 通过C++和Node.js更新ActiveX组合框控件|Documentation

    学习如何使用Aspose.Cells for Node.js via C++读取和写入ActiveX组合框控件的值。...Create a workbook const wb = new AsposeCells . Workbook ( filePath...value." ); } } // Save the workbook const outputFilePath = path...

    docs.aspose.com/cells/zh/nodejs-cpp/update-acti...
  7. 找出VBA项目是否受密码保护,通过Node.js和C++|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....Create a workbook. const wb = new AsposeCells . Workbook (); //...Access the VBA project of the workbook. const vbaProj = wb . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/find-out-if...
  8. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  9. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in Java... Create a Workbook object and access the OLE...the data. Save the updated Workbook in a stream. Change the OLE...

    docs.aspose.com/slides/androidjava/manage-ole/
  10. How to set point as total with C++|Documentation

    In some Excel chart, for example, waterFall chart, you may need to set point as total. This article describes how to use Aspose.Cells with C++ to do it....( u "" ); // Load the workbook Workbook wb ( filePath + u "SampleSheet...( subtotals ); // Save the workbook wb . Save ( filePath + u "output...

    docs.aspose.com/cells/cpp/how-to-set-point-as-t...