Sort Score
Result 10 results
Languages All
Labels All
Results 5,941 - 5,950 of 41,169 for

worksheet

(0.06 sec)
  1. Aspose PDF not picking up any text from documen...

    Hi, I am trying to read text from a pdf document saved locally. However, the value it is coming back with is just “Evaluation Only. Created with Aspose.PDF. Copyright 2002-2023 Aspose Pty Ltd.\r\nProduction Worksheet”,…...\r\nProduction Worksheet”, and none of the text content...

    forum.aspose.com/t/aspose-pdf-not-picking-up-an...
  2. Excel Date Formatting issue - Free Support Foru...

    Hi Team I have a sheet populated through Excel where the Date 12-December is custom formatted as 12-Dec. The same thing when i formatted using aspose.cells it is not formatted to 12-Dec. Below is the logic used for fo…...into those cells for the worksheet by yourselves or you may do...

    forum.aspose.com/t/excel-date-formatting-issue/...
  3. 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...
  4. 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...
  5. 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
  6. 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...
  7. 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-...
  8. 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...
  9. 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...
  10. 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...