Sort Score
Result 10 results
Languages All
Labels All
Results 1,671 - 1,680 of 24,848 for

worksheet

(0.09 sec)
  1. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.Cells with C++. Create, modify, and style ranges programmatically....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/cpp/managing-ranges/
  2. Managing Ranges|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....Workbook class contains a Worksheets collection that allows access...access to each worksheet in an Excel file. A worksheet is represented...

    docs.aspose.com/cells/net/managing-ranges/
  3. How to Lock Cells to Protect Them|Documentation

    This article shows you code explaining how to lock cells to protect them using Aspose.Cells for Node.js via C++....while keeping the rest of the worksheet protected. Protecting Formulas:...functionality of the entire worksheet. Enforcing Business Rules:...

    docs.aspose.com/cells/nodejs-cpp/how-to-lock-ce...
  4. Evaluation Version Limitations|Documentation

    This article can help you understand how to obtain evaluation versions and know the limitations of evaluation versions....one program and an extra worksheet with evaluation watermark...Limitation: Worksheet with Evaluation Watermark This worksheet will...

    docs.aspose.com/cells/java/evaluation-version-l...
  5. Utility Features in Ruby|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....Converting Worksheet to Image in Ruby Converting Worksheet to SVG...

    docs.aspose.com/cells/java/utility-features-in-...
  6. How to check Frozen State without Excel using J...

    In this article, you will learn how to check the frozen state of an Excel Worksheet programmatically using JavaScript with C++ library....frozen state of an Excel worksheet programmatically. We can simply...simply find whether the worksheet is frozen or split in MS Excel...

    docs.aspose.com/cells/javascript-cpp/how-to-che...
  7. Get All Hidden Rows Indices after Refreshing Au...

    Learn how to get all hidden rows indices after refreshing AutoFilter by using the Aspose.Cells for JavaScript via C++ API....apply the auto filter on worksheet cells, then some of the rows...first worksheet const worksheet = workbook . worksheets . get...

    docs.aspose.com/cells/javascript-cpp/get-all-hi...
  8. 使用C++管理控件|Documentation

    学习如何使用Aspose.Cells与C++在工作表中添加和管理各种控件,如线条、矩形、弧、椭圆、旋钮、滚动条和组框。...the first worksheet in the book. Worksheet worksheet = workbook...collection. int32_t textboxIndex = worksheet . GetTextBoxes (). Add ( 2...

    docs.aspose.com/cells/zh/cpp/managing-controls/
  9. Using ChartGlobalizationSettings Class to Set D...

    Learn how to use the ChartGlobalizationSettings class in Aspose.Cells for C++ to set different languages for chart components. Our guide will help you understand how to localize chart elements, labels, and legends to different languages, allowing you to present your data in a culturally appropriate way.... ); // Get the worksheet Worksheet worksheet = workbook . GetWorksheets...source worksheet ChartCollection chartCollection = worksheet . GetCharts...

    docs.aspose.com/cells/cpp/using-chartglobalizat...
  10. How to Set Print Area|Documentation

    This article shows you code explaining how to set print area using Aspose.Cells library.... When you print the worksheet, only this defined area will...area, allowing the entire worksheet to be printed. What Happens...

    docs.aspose.com/cells/net/how-to-set-print-area/