Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 5,305 for

worksheet

(0.16 sec)
  1. Inconsistent HTML output for charts - Free Supp...

    Hi, Using Aspose Cells for Java, version 25.2. Sample code: Workbook workbook = new Workbook("input.xlsx"); WorksheetCollection Worksheets = workbook.getWorksheets(); workbook.calculateFormula(); Worksheet Worksheet …...xlsx"); WorksheetCollection worksheets = workbook.getWorksheets();...calculateFormula(); Worksheet worksheet = worksheets.get("Dashboard");...

    forum.aspose.com/t/inconsistent-html-output-for...
  2. Excel shape text font color is not getting modi...

    I am trying to change the text font of shape in excel document from white to black, it is only changing the first word’s color to black. Please find the attached solution for reproducing this and also suggest how can we …...first worksheet Worksheet worksheet = workbook.Worksheets[0]; //...cell var comment = worksheet.Comments[worksheet.Comments.Add("A1")];...

    forum.aspose.com/t/excel-shape-text-font-color-...
  3. How to Convert JSON file to Excel using C#

    This quick tutorial guides on how to convert JSON file to Excel using C#. It describes the process of exporting JSON to Excel in C# with the help of easy to follow steps and a runnable code that can be executed in any of the operating systems like Windows, macOS or Linux....starting cell in the selected worksheet. During this conversion of...a reference to the target worksheet Read the entire JSON content...

    kb.aspose.com/cells/net/how-to-convert-json-fil...
  4. How to Convert DataTable to Excel in C#

    In this short tutorial, you will learn how to convert DataTable to Excel in C#. You can control the process of writing DataTable to excel in C# by setting a number of properties of the DataTable....and then import it into the worksheet of the newly created workbook...the ImportData function of WorkSheet.Cells class. After writing...

    kb.aspose.com/cells/net/how-to-convert-datatabl...
  5. Excel chart has inconsistencies when printed - ...

    Dear Aspose. As you can see from example. When Worksheet is printed there are inconsistencies in the output: 1 - Pink box is lower and hides the value in orange rectangle 2 - Black text in bracket is lower and mess w…... When Worksheet is printed there are inconsistencies...sample application: When Worksheet is printed there are inconsistencies...

    forum.aspose.com/t/excel-chart-has-inconsistenc...
  6. Calculation difference compared with Excel 365 ...

    Hi, Using Aspose Cells for Java, version 25.4. First, the attached workbook is re-calculated in Excel 365, using CTRL+ALT+F9. When recalculating the workbook with Aspose Cells 25.4, at least one of the cells changes t…...xlsb"); Worksheet worksheet = workbook.getWorksheets()...get("Validations"); Cells cells = worksheet.getCells(); Cell cell = cells...

    forum.aspose.com/t/calculation-difference-compa...
  7. Technical Articles|Aspose.Slides 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....Hide ] Working Solution for Worksheet Resizing Get the Entire Presentation...

    docs.aspose.com/slides/androidjava/technical-ar...
  8. PowerPoint Charts|Aspose.Slides 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....Formatting Chart Workbook Chart Worksheet Formulas Animated Charts Export...

    docs.aspose.com/slides/cpp/powerpoint-charts/
  9. PowerPoint Charts|Aspose.Slides for PHP Documen...

    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....Formatting Chart Workbook Chart Worksheet Formulas Animated Charts Export...

    docs.aspose.com/slides/php-java/powerpoint-charts/
  10. The image Aspose.Cell captures does not look li...

    Hey Aspose Team, I’ve been noticing a weird behavior in my code when I capture the picture of range. The image aspose captures look nothing like the excel chart when I open the excel chart and view it. public virtual S…...(if you want) for exporting worksheet to DOCX. See the following...destination Range in the worksheet. Then copy the source range...

    forum.aspose.com/t/the-image-aspose-cell-captur...