Sort Score
Result 10 results
Languages All
Labels All
Results 171 - 180 of 5,783 for

worksheet

(0.05 sec)
  1. How to Convert JSON to PDF in Python

    This short article guides us on how to convert JSON to PDF in Python. It has all the details for the IDE settings, a list of tasks and a runnable sample code to develop JSON file to PDF converter in Python....get access to the desired worksheet for rendering JSON data Set...Workbook and access one of its worksheets as the data from the JSON...

    kb.aspose.com/cells/python/how-to-convert-json-...
  2. Excel Table Missing Column in HTML output - Fre...

    Dear Aspose. As you can see from example. When table in the sheet is printed as a range, then the column Size (Size) is not printed. Attaching image demonstrating the difference in output: Bug-1313955-Missing-Column-…...workbook, not just the active worksheet. ExportHiddenWorkshee : If...the column is in a hidden worksheet, make sure this property is...

    forum.aspose.com/t/excel-table-missing-column-i...
  3. Pie Chart|Aspose.Slides for Python Documentation

    Pie chart plot options and slice colors in PowerPoint presentation in Python... Getting the chart data worksheet. Delete default generated...# Getting the chart data worksheet fact = chart . chart_data...

    docs.aspose.com/slides/python-net/pie-chart/
  4. Apply Conditional Formatting in Excel using Java

    Use this guide to apply conditional formatting in Excel using Java. It has the IDE settings, steps, and a sample code to create a rule in Excel using Java....FormatConditionColle object in the worksheet. This FormatConditionColle...ConditionalFormattin collection of the Worksheet class while applying conditional...

    kb.aspose.com/cells/java/apply-conditional-form...
  5. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var Worksheet = workbook.Worksheets["EDA"]; var valueBefore = work…...xlsx"); var worksheet = workbook.Worksheets["EDA"]; var valueBefore...valueBefore = worksheet.Cells["CJ4"].Value; var options = new CalculationOptions...

    forum.aspose.com/t/caculate-formula-causes-some...
  6. Manage OLE|Aspose.Slides Documentation

    Manage OLE objects in PowerPoint presentations in C++... Access the desired Worksheet and amend the data. Save the...Modify the workbook data. auto worksheet = workbook . GetWorksheets...

    docs.aspose.com/slides/cpp/manage-ole/
  7. insertColumns() not work fine with InsertOption...

    Hi, I have an issue. When I try insert row/column with the object InsertOption this work fine with the insertRows() but not with insertColumns(). Workbook workbook = new Workbook("cicciofessa.xlsx"); Worksheet workshe…...xlsx"); Worksheet worksheet = workbook.getWorksheets()...println(options.getCopyFormatType()); worksheet.getCells().insertColumns(3...

    forum.aspose.com/t/insertcolumns-not-work-fine-...
  8. How to Convert Excel to Array in Java

    In this tutorial you will learn how to convert Excel to array in Java with the help of a simple code. Following these steps, you can read values from Excel file and store in array in Java on Windows, Linux, and macOS....reference to Workbook and Worksheet classes using Import statement...file and access one of its worksheets from where data is to be...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  9. How to Convert JSON to PDF in Java

    This simple tutorial explains how to convert JSON to PDF in Java. It contains the steps and a code snippet to generate PDF from JSON data in Java....a reference to the first worksheet where data is to be copied...JSON data into the selected worksheet using JsonUtility.importData...

    kb.aspose.com/cells/java/how-to-convert-json-to...
  10. 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...