Sort Score
Result 10 results
Languages All
Labels All
Results 3,721 - 3,730 of 238,177 for

aspose.cells

(0.61 sec)
  1. 38109185.xlsx

    Sheet1 10 20 70 100 Evaluation Warning Evaluation Only. Created with Aspose.cells for C++.Copyright 2003 - 2017 Aspose Pty Ltd. 14.0300 14.0300 false... Created with Aspose.Cells for C++.Copyright 2003 -...

    docs.aspose.com/cells/zh/cpp/ways-to-calculate-...
  2. Get Validation Applied on a Cell|Documentation

    This article **shows** how to apply validation on a cell with **Aspose.cells** for Python via .NET **APIs**....Contents [ Hide ] You can use Aspose.Cells for Python via .NET to get...validation applied to a cell. Aspose.Cells for Python via .NET provides...

    docs.aspose.com/cells/python-net/get-validation...
  3. Add a library reference to a VBA project in a w...

    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.... You can do it using Aspose.Cells VbaProject.References.A...project in a workbook using Aspose.Cells The following sample code...

    docs.aspose.com/cells/net/add-a-library-referen...
  4. Unfreeze Rows or Columns|Documentation

    In this article, you will learn how to unfreeze rows, columns, or panes of Excel worksheets programmatically using Aspose.cells for Python via .NET APIs.... Columns, or Panes with Aspose.Cells for Python via .NET It’s...simple to unfreeze panes with Aspose.Cells for Python via .NET. Please...

    docs.aspose.com/cells/python-net/unfreeze-rows-...
  5. Check Custom Number Format when Setting Style.C...

    Aspose.cells is a .NET library for working with spreadsheet files, which supports checking custom number formats when styling. This article will show you how to use the Aspose.cells library to check custom number formats to ensure that the styling is correct....Custom property, Aspose.Cells will not throw any exception...exception. However, if you want Aspose.Cells to check whether the assigned...

    docs.aspose.com/cells/net/check-custom-number-f...
  6. Opening Files in PHP|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....in PHP Contents [ Hide ] Aspose.Cells - Simple Ways to Open Excel...Download Opening Files (Aspose.Cells) from any of the social...

    docs.aspose.com/cells/java/opening-files-in-php/
  7. Create and Manage Chart|Documentation

    Create a chart in CSharp for Excel and ODS files....spreadsheets with Aspose.Cells. Aspose.Cells provides many flexible...objects. This topic discusses Aspose.Cells' charting objects. Creating...

    docs.aspose.com/cells/net/creating-charts/
  8. Managing Ranges with C++|Documentation

    Learn how to manage ranges in Excel files using Aspose.cells with C++. Create, modify, and style ranges programmatically....created as an object by using Aspose.Cells. Here is how to create a...Managing Ranges Using Aspose.Cells Aspose.Cells provides a class Workbook...

    docs.aspose.com/cells/cpp/managing-ranges/
  9. XLS file becomes unsavable after the first save...

    Hi Aspose team, I’m having an issue with the XLS file. After loading and saving it the first time, I tried to load the output file and save it again (second time), but it throws an error: “Index was outside the bounds o…...unsavable after the first save Aspose.Cells Product Family cells-net...files just fine. I’m using Aspose.Cell version 25.10. Sample : sample...

    forum.aspose.com/t/xls-file-becomes-unsavable-a...
  10. getColumnWidthPixel how to calculate width - Fr...

    Workbook workbook = new Workbook(); Worksheet worksheet = workbook.getWorksheets().get(0); Cells cells = worksheet.getCells(); cells.setColumnWidthPixel(0, 170); ByteArrayOutputStream baos = new ByteArrayOutputStream(); …...getColumnWidthPixel how to calculate width Aspose.Cells Product Family cells-java...The default font used by Aspose.Cells (or the system default font...

    forum.aspose.com/t/getcolumnwidthpixel-how-to-c...