Sort Score
Result 10 results
Languages All
Labels All
Results 3,291 - 3,300 of 103,452 for

workbook

(0.24 sec)
  1. 在Php中分割窗格|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....new workbook //Open a template file $book = new Workbook ( $dataDir...

    docs.aspose.com/cells/zh/java/split-panes-in-php/
  2. Converting Worksheet to Image File By Page|Docu...

    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....Contents [ Hide ] Workbook book = new Workbook ( "Sheet to Image...

    docs.aspose.com/cells/net/converting-worksheet-...
  3. How to Prevent Users from Printing Excel File|D...

    Learn how to prevent users from printing Excel through the Aspose.Cells for .NET API.... Open the workbook that you don’t want others...close the code, return to the workbook, and now when you try to print...

    docs.aspose.com/cells/net/how-to-prevent-printi...
  4. 用C++减少单元格Calculate方法的计算时间|Documentation

    本文介绍如何使用Aspose.Cells库来减少Microsoft Excel中单元格计算方法的计算时间。 通过加载现有的Excel文件或创建一个新文件,我们可以使用Aspose.Cells提供的方法来优化单元格计算方法并提高其性能。 最后,我们将修改后的Excel文件保存到磁盘。...Hide ] 可能的使用场景 通常,我们建议用户调用 Workbook.CalculateFormula() 方法一次,然...isRecursive ) { Workbook * workbook = new Workbook (); CalculationOptions...

    docs.aspose.com/cells/zh/cpp/decrease-the-calcu...
  5. Optimize Chart Calculations for Presentations i...

    Understand chart calculations, data updates, and precision control in Aspose.Slides for C++ for PPT and PPTX, with practical C++ code examples.... FAQ Do external Excel workbooks work as a data source, and...can reference an external workbook: when you connect or refresh...

    docs.aspose.com/slides/cpp/chart-calculations/
  6. Worksheet Views|Documentation

    This article will describe how to use Aspose.Cells for Python via .NET API to interact with the page‑break preview of an Excel Workbook and worksheets. Work with split panes, frozen panes, and zoom factor as well....NET provides a Workbook class that represents a Microsoft...Microsoft Excel file. The Workbook class contains a worksheets...

    docs.aspose.com/cells/python-net/worksheet-views/
  7. Change in behavior of Cells#insertColumns start...

    Hi, Using Aspose Cells for Java, version 25.9. Sample code: Workbook Workbook = new Workbook("input.xlsx"); Worksheet worksheet = Workbook.getWorksheets().get("IT Projections"); Cells cells = worksheet.getCells(); cel…... Sample code: Workbook workbook = new Workbook("input.xlsx");...xlsx"); Worksheet worksheet = workbook.getWorksheets().get("IT Projections");...

    forum.aspose.com/t/change-in-behavior-of-cells-...
  8. VLOOKUP function returns unexpected result - Fr...

    VLOOKUP function behaves differently in Aspose.Cells and results don’t match with Excel. In below example, Excel will return #REF! whereas Aspose will return #N/A: =VLOOKUP(1/1/2020,$C1:$D4,#N/A,FALSE) If value is not…... In this workbook if you look at A1 cell it...we calculate/save the same workbook in Aspose, A1 will return...

    forum.aspose.com/t/vlookup-function-returns-une...
  9. Using LightCells API with JavaScript via C++|Do...

    Learn how to read and write large Excel files using the LightCells API in JavaScript via C++. Improve performance and efficiency with less memory consumption.... To save workbooks, provide the cell content...processed and then discarded; the Workbook object does not hold the collection...

    docs.aspose.com/cells/javascript-cpp/using-ligh...
  10. Apply Conditional Formatting in Worksheets with...

    How to use Aspose.Cells library in C++ to apply conditional formatting in worksheets. By adjusting these criteria, you have more control over how cells look and appear....Instantiating a Workbook object Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/apply-conditional-for...