Sort Score
Result 10 results
Languages All
Labels All
Results 3,401 - 3,410 of 99,951 for

workbook

(0.11 sec)
  1. Excel转HTML 使用PresentationPreference选项实现更佳布局,支持C...

    学习在使用C++保存Excel为HTML时实现更佳布局的方法。...Instantiate the Workbook and load an Excel file Workbook workbook ( inputFilePath..."outPresentationlayou.out.html" ; workbook . Save ( outputFilePath ,...

    docs.aspose.com/cells/zh/cpp/excel-to-html-use-...
  2. Formulas are not evaluated correctly in 25.8 As...

    Hello Aspose support team, I have an issue with using Aspose Cells for Java, version 25.8 We did not observe that issue in 25.7 You can find 2 files in the attachment, producedByExcel.xlsx: Excel version. Formulas ar…...loading the workbook. Here’s a sample code snippet: Workbook workbook...workbook = new Workbook("producedByAspose.xlsx"); workbook.calculateFormula();...

    forum.aspose.com/t/formulas-are-not-evaluated-c...
  3. Export Excel to HTML with GridLines|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....following sample code creates a workbook, fills its worksheet with...Conversion Export Document Workbook and Worksheet Properties in...

    docs.aspose.com/cells/net/export-excel-to-html-...
  4. 用Node.js和C++计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 Node.js API 与 C++ 一起,编程计算 Excel 工作表的页面设置缩放比例,采用“适合 n 页宽 m 页高”的选项。...xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/calculate-p...
  5. Create a TextBox in which each line has a diffe...

    Learn how to create a TextBox with different horizontal alignment for each line using Aspose.Cells with C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access the first...TextAlignmentType :: Right ); // Save the workbook in XLSX format wb . Save (...

    docs.aspose.com/cells/cpp/create-textbox-in-whi...
  6. 获取单元格内容|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.... C# Workbook workbook = new Workbook ( "../../data/test...xlsx" ); Worksheet sheet1 = workbook . Worksheets [ 0 ]; Cells...

    docs.aspose.com/cells/zh/net/getting-cell-conte...
  7. 使用JavaScript通过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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/customi...
  8. 在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/
  9. 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-...
  10. How to Unprotect Excel in Python

    This quick guide covers how to unprotect Excel in Python. It discusses the environment setup, step-by-step process, and a sample code to unlock Excel file in Python....protected Excel file using the Workbook class Remove the password...Finally, write the output Excel workbook to any file path, or a stream...

    kb.aspose.com/cells/python/how-to-unprotect-exc...