Sort Score
Result 10 results
Languages All
Labels All
Results 2,171 - 2,180 of 102,545 for

workbook

(0.09 sec)
  1. 在单元格内添加 HTML 富文本|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 在单元格内添加 HTML 富文本。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...getElementById ( 'fileInput' ); let workbook ; // If a file is provided...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  2. Showing Cell Range as Data Labels with C++|Docu...

    Learn how to show a range of cells as data labels in charts using Aspose.Cells for C++. Our guide will demonstrate how to link the labels to your data source and format them to provide accurate and meaningful information in your charts....Create workbook from the source Excel file Workbook workbook ( inputFilePath...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/showing-cell-range-as...
  3. 用C++合并或取消合并单元格范围|Documentation

    用C++在Excel中合并和取消合并范围内的单元格。...xlsx" ; // Create a workbook Workbook workbook ; // Access the first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/merge-or-unmerge-r...
  4. Open a spreadsheet document from a stream|Docum...

    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.... Workbook . GetFirstChild < Sheets >();...and associate it with the workbook. Sheet sheet = new Sheet ()...

    docs.aspose.com/cells/net/open-a-spreadsheet-do...
  5. Protected Sheet Without Password - Free Support...

    We use below method to load the document into Aspose by trying with different LoadFormat Workbook LoadExcelDocument(FileStream stream) { Aspose.Cells.Workbook Workbook; bool isExcelDocumentLoaded = false; v…...with different LoadFormat Workbook LoadExcelDocument(FileStream...stream) { Aspose.Cells.Workbook workbook; bool isExcelDocumentLoade...

    forum.aspose.com/t/protected-sheet-without-pass...
  6. How to Set Print Titles with Node.js via C++|Do...

    This article shows you how to set print titles using the Aspose.Cells library for Node.js via C++....the workbook const workbook = new AsposeCells . Workbook ( filePath...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/how-to-set-pri...
  7. Number Settings with C++|Documentation

    Aspose.Cells is a C++ library for working with spreadsheet files that supports many different cell number settings. This article will introduce how to use Aspose.Cells library to manage the number settings of cells so that users can adjust the number format in the spreadsheet as needed....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/cells-number-settings/
  8. Missing Features in OpenXML|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....High-level programming with a workbook object model Assemble Spreadsheets...between Workbooks Copy Worksheets between Workbooks Copy Worksheets...

    docs.aspose.com/cells/net/missing-features-in-o...
  9. How to Show Formulas in Excel using C#

    This tutorial explains how to show formulas in Excel using C#. It contains the environment configuration details, detailed steps to perform the task and a runnable sample code to display formulas in Excel using C#....show formulas Create a new workbook and get access to the first...show the formulas Save the workbook with the specified settings...

    kb.aspose.com/cells/net/how-to-show-formulas-in...
  10. How to Rotate Text of Cell|Documentation

    Learn how to rotate text of a cell programmatically using Aspose.Cells for Node.js via C++....Excel Workbook First, you need to load the Excel workbook using...Aspose.Cells. You can use the Workbook class to open an existing...

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