Sort Score
Result 10 results
Languages All
Labels All
Results 4,671 - 4,680 of 102,512 for

workbook

(0.12 sec)
  1. Refresh Values of Linked Shapes|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....Cells if you want to save your workbook in XLS or XLSX format. However... if you want to save your workbook in PDF or HTML format, then...

    docs.aspose.com/cells/python-java/refresh-value...
  2. Set Default Font while rendering spreadsheet to...

    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 and adds some text in cell...unknown/non-existing font. Then it saves the workbook in HTML by setting different...

    docs.aspose.com/cells/java/set-default-font-whi...
  3. 使用 C++ 添加具有命名目标的 PDF 书签|Documentation

    学习如何使用 Aspose.Cells for C++ 添加带有命名目标的 PDF 书签。...// Load source Excel file Workbook wb ( srcDir + u "samplePd...bookmarkEntry ); // Save the workbook in Pdf format with given pdf...

    docs.aspose.com/cells/zh/cpp/add-pdf-bookmarks-...
  4. Freeze Panes in Apache POI and Aspose.Cells|Doc...

    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/java/freeze-panes-in-apac...
  5. Export Similar Border Style When Border Style I...

    Learn how to export borders that are not supported by web browsers when converting Excel files to HTML using Aspose.Cells for Node.js via C++.... Workbook ( filePath ); // Specify HTML...setExportSimilarBord ( true ); // Save the workbook in HTML format with the specified...

    docs.aspose.com/cells/nodejs-cpp/export-similar...
  6. Font Settings with Node.js via C++|Documentation

    Aspose.Cells is a Node.js library for working with spreadsheet files. It supports setting the font settings of cells, allowing users to customize the font style and properties of cells. This article will introduce how to use the Aspose.Cells library to set cell font settings....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/nodejs-cpp/cells-font-set...
  7. How to Convert XML to Excel File using Java

    This quick guide explains how to convert XML to Excel file using Java. It includes information about setting up the environment, a step-by-step algorithm, and a running code snippet to convert XML to XLSX using Java....the source XML file with the Workbook class object Write the created...Secondly, write the output Excel workbook while specifying the file...

    kb.aspose.com/cells/java/how-to-convert-xml-to-...
  8. Remove Blank Rows in Excel using C#

    Follow this article to remove blank rows in Excel using C#. Get the IDE details, steps, and sample code to remove empty lines Excel using C#....target Excel file using the Workbook class having blank rows and...source Excel file into the Workbook class object and accessing...

    kb.aspose.com/cells/net/remove-blank-rows-in-ex...
  9. How to Unprotect Excel in Java

    This quick guide covers how to unprotect Excel in Java. It explains the IDE setup, stepwise process, and a sample code to unlock Excel file in Java....unprotect Excel Initiate a Workbook class instance to load the...loads the source file with the Workbook class, removes the password...

    kb.aspose.com/cells/java/how-to-unprotect-excel...
  10. Add Borders in Excel using C#

    By following this article add borders in Excel using C#. Get IDE settings, a list of steps, and a sample code showing how to create a border in Excel using C#....NET to add borders Create a Workbook and access the default sheet...in the sheet and save the workbook These steps summarize the...

    kb.aspose.com/cells/net/add-borders-in-excel-us...