Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 102,712 for

workbook

(0.32 sec)
  1. 使用 C++ 保护和取消保护工作簿结构|Documentation

    使用 C++ 和 Aspose.Cells 保护或取消保护Excel文件的工作簿结构。...a new workbook Workbook workbook ; // Protect workbook structure...structure with a password workbook . Protect ( ProtectionType :: Structure...

    docs.aspose.com/cells/zh/cpp/protect-and-unprot...
  2. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Cells provides a class Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/managing-ranges/
  3. Aspose.Cells 8.3.1中的公共API更改|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....//Create workbook from the source Excel file Workbook workbook = new...new Workbook ( "sample.xlsx" ); //Access the first worksheet Worksheet...

    docs.aspose.com/cells/zh/net/public-api-changes...
  4. Print spreadsheets|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet PageSetup pageSetup = workbook . Worksheets [ 0 ]. PageSetup...

    docs.aspose.com/cells/net/print-spreadsheets/
  5. 在共享工作簿中更新保留修订日志的天数,使用 JavaScript 通过 C++|Documen...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 在共享工作簿中更新保存修订日志的天数。...Cells Example - Shared Workbook </ title > </ head > < body...body > < h1 > Shared Workbook - DaysPreservingHistor Example </...

    docs.aspose.com/cells/zh/javascript-cpp/update-...
  6. Format and Modify Named Ranges with Node.js via...

    Learn how to format and modify named ranges using Aspose.Cells for Node.js via C++....new Workbook. const workbook = new AsposeCells . Workbook ();...worksheet in the book. const WS = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/format-and-mod...
  7. Printing Workbooks in xlsx4j|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....Ask AI Printing Workbooks in xlsx4j Contents [ Hide ] Aspose...Aspose.Cells - Printing Workbooks After you finish creating your spreadsheet...

    docs.aspose.com/cells/java/printing-workbooks-i...
  8. Insert Hyperlinks into Excel or OpenOffice with...

    How to insert hyperlinks into Excel file with Aspose.Cells library without MS Excel using C++....Cells provides a class, Workbook that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/cpp/insert-hyperlinks-to-...
  9. Hide and Unhide Cells|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 provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a WorksheetCollection...

    docs.aspose.com/cells/java/hide-and-unhide-cells/
  10. Set Print Titles with Python.NET|Documentation

    Learn how to configure repeated row/column headers on printed pages using Aspose.Cells for Python via .NET....# Load sample workbook workbook = ac . Workbook ( "input.xlsx"...first worksheet worksheet = workbook . worksheets [ 0 ] # Set row...

    docs.aspose.com/cells/python-net/how-to-set-pri...