Sort Score
Result 10 results
Languages All
Labels All
Results 3,251 - 3,260 of 25,724 for

worksheet

(0.11 sec)
  1. Using LightCells API with JavaScript via C++|Do...

    Learn how to read and write large Excel files using the LightCells API in JavaScript via C++. Improve performance and efficiency with less memory consumption....of data or content in the worksheet. The LightCells API is useful...StartSheet(int) is checked for every worksheet in the workbook. For a sheet...

    docs.aspose.com/cells/javascript-cpp/using-ligh...
  2. Data validation example fails - Free Support Fo...

    The data validation example at Data Validation|Documentation has the following line: Validation validation = validations[validations.Add(ca)]; However, this doesn’t compile, as there is no ValidationCollection.Add that…...first worksheet. Worksheet worksheet = workbook.Worksheets[0];...the worksheet ValidationCollection validations = worksheet.Validations;...

    forum.aspose.com/t/data-validation-example-fail...
  3. How can I check if a text value will visually f...

    @amjad.sahi, @Professionalize.Discourse, @John.He, @simon.zhao Worksheet.Cells.SetColumnWidthPixel(0, 5); Worksheet.Cells.SetColumnWidthPixel(1, 5); var textRange = Worksheet.Cells.CreateRange(0, 0,1, 2); textRange .…...zhao worksheet.Cells.SetColumnWidthPixel(0, 5); worksheet.Cells...SetColumnWidthPixel(1, 5); var textRange = worksheet.Cells.CreateRange(0, 0,1,...

    forum.aspose.com/t/how-can-i-check-if-a-text-va...
  4. Working with the Glow Effect of Shape or Chart ...

    Learn how to work with the glow effect of shapes or charts using Aspose.Cells for C++....first shape in the first worksheet, sets the sub‑properties of...

    docs.aspose.com/cells/go-cpp/working-with-the-g...
  5. Read Excel File in Java

    This article demonstrates how to read Excel file in Java. It provides IDE setup instructions and a step-by-step guide along with a working code example to build an XLSX reader in Java....Cells to read Excel worksheets Get the source Excel file...subsequently refer to the worksheet to extract the data. After...

    kb.aspose.com/cells/java/read-excel-file-in-java/
  6. Add ActiveX Controls using Aspose.Cells with Go...

    Learn how to add ActiveX controls to Excel Worksheets programmatically using Aspose.Cells for C++....control to be added inside a worksheet. It has the following values:...

    docs.aspose.com/cells/go-cpp/add-activex-contro...
  7. 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....Cells worksheet and adds itself to the worksheet. When the...export, the workbook and worksheets are initialized and each...

    docs.aspose.com/cells/net/ohal-report-canvas-co...
  8. How to Add a Column in Excel using Java

    This precise guide explains how to add a column in Excel using Java. It encompasses the IDE configuration, stepwise process, and a runnable code snippet to add multiple columns in Excel using Java....the references in existing worksheets while inserting the columns...the Workbook class Access a worksheet using its name or index and...

    kb.aspose.com/cells/java/how-to-add-a-column-in...
  9. Public API Changes in Aspose.Cells 17.1.0|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....CreateIWorkbook (); //Access first worksheet intrusive_ptr < IWorksheet...file onto the cells of a worksheet. Added ICells::ImportTwoDimensionAr...

    docs.aspose.com/cells/cpp/public-api-changes-in...
  10. How to Control Workbook View with Node.js via C...

    Learn how to control the Workbook View through the Aspose.Cells for Node.js via C++ API....adjust the display of Excel worksheets, you must know how to control...data to cells in the first worksheet. Hide horizontal and vertical...

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