Sort Score
Result 10 results
Languages All
Labels All
Results 5,201 - 5,210 of 104,120 for

workbook

(0.21 sec)
  1. Get the Version Number of the Application that ...

    Learn how to retrieve the version number of the application that created an Excel document using Aspose.Cells with Golang via C++....Cells provides the Workbook.GetVersion() property for...demonstrates the use of the Workbook.GetVersion() property. It...

    docs.aspose.com/cells/go-cpp/get-the-version-nu...
  2. Delete Named Ranges with Golang via C++|Documen...

    Learn how to remove defined names or named ranges from Excel or OpenOffice files using Aspose.Cells for C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Delete...

    docs.aspose.com/cells/go-cpp/delete-named-ranges/
  3. Ohal Report Canvas Component|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....user requests an export, the workbook and worksheets are initialized...allowed us to build up the Excel workbook entirely independently of...

    docs.aspose.com/cells/net/ohal-report-canvas-co...
  4. How to Generate Excel File in C#

    This topic exhibits how to generate Excel file in C# in a console .NET application without using MS Excel interop....SetLicense method Create an empty Workbook Input report data into the...the first worksheet in the workbook to make a simple report. In...

    kb.aspose.com/cells/net/how-to-generate-excel-f...
  5. 使用 C++ 指定工作簿渲染的单独或私有字体集|Documentation

    学习如何使用 Aspose.Cells for C++为工作簿渲染指定单独或私有的字体集。...with individual font configs Workbook wb ( u "sampleSpecifyIndivid...:: Pdf ); std :: cout << "Workbook saved to PDF with custom font...

    docs.aspose.com/cells/zh/cpp/specify-individual...
  6. Font Settings with Golang via C++|Documentation

    Aspose.Cells is a C++ 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/go-cpp/cells-font-settings/
  7. 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...
  8. 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...
  9. X Axis Vs. Category Axis with C++|Documentation

    Learn how to differentiate between the X axis and the Category axis in Aspose.Cells for C++. Our guide will help you understand the differences in their usage and properties, and how to configure them according to your needs....Create an instance of Workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/x-axis-vs-category-axis/
  10. Specify how to cross a string in output HTML us...

    Learn how to control string overflow in HTML output by specifying HtmlCrossType in Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( filePath );...FitToCell ); // Output HTML workbook . save ( "out" + opts . getHtmlCrossStringTy...

    docs.aspose.com/cells/nodejs-cpp/specify-how-to...