Sort Score
Result 10 results
Languages All
Labels All
Results 4,971 - 4,980 of 105,384 for

workbook

(0.13 sec)
  1. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....recommend that users call Workbook.CalculateFormula() method...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/net/decrease-the-calculat...
  2. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  3. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  4. Problem converting xls file to pdf: "T...

    Hi, I got the following exception, while trying to convert xls to pdf:"This file's format is not supported or you don't specify a correct format". attached is the problematic file. I am using the latest version. Is this…...0/95 Workbook (*.xls) So this file is actually...As "Microsoft Office Excel Workbook". Now you can use Aspose.Cells...

    forum.aspose.com/t/problem-converting-xls-file-...
  5. Icon Sets Become Misaligned on Conversion to HT...

    Hello, The attached Workbook IconSets.xlsx, contains a simple table with conditional formats that use Icon Sets. Under the latest version of Aspose Cells for Java version 18.10 - when the Workbook is saved as HTML, the…...xlsx")) { // Instantiate a Workbook object that represents the...existing Excel file Workbook workbook = new Workbook(fstream); // Get...

    forum.aspose.com/t/icon-sets-become-misaligned-...
  6. View XLSX File Online and Read XLSX Document us...

    Free online XLSX file viewer app. Python API code to read XLSX file for viewer application....Cells ) Create Workbook class object and load source...View XLSB Files (Excel Binary Workbook) View XLSM Files (Macro-enabled...

    products.aspose.com/total/python-java/viewer/xlsx/
  7. Adjusting Row Height and Column Width|Documenta...

    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....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/go-cpp/adjusting-row-heig...
  8. Extra Space Between Text, and Single Excel Text...

    While converting Excel to PDF and PDF to PPTX, the text in PPTX contains more spaces than in PDF. Aspose version: implementation ‘com.aspose:aspose-words:26.2:jdk17’ implementation ‘com.aspose:aspose-cells:26.2’ impl…...PowerPointService() def workbook = new Workbook('/Users/nitesh.kc/...33511677_Only.xlsx.xlsx') workbook.save("/Users/nitesh.kc/Downloads/Lorem...

    forum.aspose.com/t/extra-space-between-text-and...
  9. How to Digitally Sign an Excel Document using Java

    This article contains information on how to digitally sign an Excel document using Java. It will help to configure the environment along with the detailed steps and a runnable sample code to insert digital signature in Excel using Java....digital signature to it Load the workbook and add the digital signature...Save the digitally signed workbook These steps describe the procedure...

    kb.aspose.com/cells/java/how-to-digitally-sign-...
  10. Getting Headers or Footers|Documentation

    This article explains how to programmatically get header and footers from Excel or OpenOffice files using the C# API or .NET Library.... On the View tab, in the Workbook Views group, click Page Layout...from the file. Construct a Workbook to open the file. Get the...

    docs.aspose.com/cells/net/get-headers-or-footers/