Sort Score
Result 10 results
Languages All
Labels All
Results 5,951 - 5,960 of 41,182 for

worksheet

(0.08 sec)
  1. Aspose Cells Save as Word - Free Support Forum ...

    Using the Workbook Save option to save as docx produces table cells with thick borders. Is there a way to produce output without the borders? Also, noticed there a utility called ConverterXls2Doc.cs. Can I get the sourc…...xlsx"); Worksheet worksheet = workbook.Worksheets[0]; /* Range...Range range = worksheet.Cells.MaxDisplayRange; Style style = workbook...

    forum.aspose.com/t/aspose-cells-save-as-word/24...
  2. Add Calculated Field in Pivot Table with C#

    Learn how to add calculated field in Pivot Table using C# and Aspose.Cells for .NET. Enhance your Excel data analysis with this simple guide.... Add a Worksheet to the Worksheets collection. Populate...Populate the worksheet with data. Create a pivot table using the...

    blog.aspose.com/cells/add-calculated-field-in-p...
  3. index.xml

    2.0 http://www.w3.org/2005/Atom Excel File Format Soluton for End Users & Developers – Create Excel Charts and Convert to Images via C++https://products.aspose.com/cells/cpp/chart/Recent content in...... UGet first default worksheet. Add sample values to cells...cells. Add a chart to the worksheet. Access the instance of the...

    products.aspose.com/cells/cpp/chart/index.xml
  4. Aspose.Cells for Java 23.4 Release Notes|Docume...

    Aspose.Cells for Java 23.4 Release Notes – the latest enhancements, new features, and fixes....CELLSJAVA-45054 can not switch worksheet for the specified file from...take affect after switch worksheet ,the csv file row height is...

    docs.aspose.com/cells/java/aspose-cells-for-jav...
  5. Aspose.Cells for Node.js via Java 23.4 Release ...

    Aspose.Cells for Node.js via Java 23.4 Release Notes – the latest enhancements, new features, and fixes....CELLSJAVA-45054 can not switch worksheet for the specified file from...take affect after switch worksheet ,the csv file row height is...

    docs.aspose.com/cells/nodejs-java/aspose-cells-...
  6. Aspose.Cells for PHP via Java 23.4 Release Note...

    Aspose.Cells for PHP via Java 23.4 Release Notes – the latest enhancements, new features, and fixes....CELLSJAVA-45054 can not switch worksheet for the specified file from...take affect after switch worksheet ,the csv file row height is...

    docs.aspose.com/cells/php-java/aspose-cells-for...
  7. Adding links to a range in Aspose.Cells - Free ...

    Howdy! I have no problems with adding links (or any other Html string) to a cell. I just use: cell.HtmlString = myHtmlString syntax. However, doing the same on a cell range seems to be more complex. Say, I want to a…... I could use worksheet.Hyperlinks.Add method - this...#4 @bogdanw When calling worksheet.Hyperlinks.Add() method, the...

    forum.aspose.com/t/adding-links-to-a-range-in-a...
  8. Convert XML to word (Nalb4242) - Free Support F...

    Hello I am trying to output xml file to be saved in word table … when trying to convert xml to word the table is cropped and columns are in different pages not all in same . I managed to convert the xml to excel sheet …...columns in the worksheet workbook.Worksheets["Sheet1"].AutoFitColumns();...PageSetup pageSetup = workbook.Worksheets["Sheet1"].PageSetup; pageSetup...

    forum.aspose.com/t/convert-xml-to-word-nalb4242...
  9. Cell Enumerator Incomplete Iteration in Used Ra...

    Issue Title: Cell Enumerator Incomplete Iteration in Used Range Product: Aspose.Cells Version: 21.5.0.0 Description: I am facing an issue with the Cell Enumerator in Aspose.Cells. In my Excel Worksheet, Column C has a…... In my Excel worksheet, Column C has a used range...rowsEnumerator As IEnumerator = worksheet.Cells.Rows.GetEnumerator()...

    forum.aspose.com/t/cell-enumerator-incomplete-i...
  10. Class FormatCondition | Aspose.Cells for .NET A...

    Aspose.Cells.FormatCondition class. Represents conditional formatting condition...Workbook (); Worksheet sheet = workbook . Worksheets [ 0 ]; //Adds...Dim sheet As Worksheet = workbook . Worksheets ( 0 ) ' Adds an...

    reference.aspose.com/cells/net/aspose.cells/for...