Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 5,782 for

worksheet

(0.04 sec)
  1. 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...
  2. Ինչպես ստեղծել Excel ֆայլ Java-ում

    Այս քայլ առ քայլ ձեռնարկում դուք կսովորեք, թե ինչպես ստեղծել Excel ֆայլ Java-ում: Այս քայլերը նույնն են Linux, macOS և Windows օպերացիոն համակարգերի համար:...Ավելացրեք հղում Workbook , Worksheet և Cells դասերին` օգտագործելով...դասեր, ինչպիսիք են Workbook, Worksheet և Cells, որտեղ Cells դասը...

    kb.aspose.com/hy/cells/java/how-to-generate-exc...
  3. Pie Chart|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.... Getting the chart data worksheet. Delete default generated...// Getting the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/androidjava/pie-chart/
  4. CELLSNET-57840: Placement of values in/around p...

    Hi, I tested the new version of aspose for the issue previously recorded as CELLSNET-57840. In my testing I found that this particular chart where the placement is really off. I’ve used the range “Demographics!D273:O3…...xlsm")) { Worksheet sourceWS = TemplateWB.Worksheets["Demographics"];...captured when converting the worksheet to image sourceWS.PageSetup...

    forum.aspose.com/t/cellsnet-57840-placement-of-...
  5. Set Caption to OLE Icon|Aspose.Slides Documenta...

    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....Slide Working Solution for Worksheet Resizing...

    docs.aspose.com/slides/cpp/set-caption-to-ole-i...
  6. Issue with directly accessing nested array in E...

    I am following an example of nested arrays in an Excel template using the named range _CellsSmartMarkers The employees JSON data has a nested array. The directors (outer array) and their reporters (inner array). When …...demonstrated in the ‘Template17’ worksheet of the attached Excel output...(61.9 KB) See “Template17” worksheet in the Excel file. amjad.sahi...

    forum.aspose.com/t/issue-with-directly-accessin...
  7. Pie Chart|Aspose.Slides Documentation

    Pie chart plot options and slice colors in PowerPoint presentation in C# or .NET... Getting the chart data worksheet. Delete default generated...// Getting the chart data worksheet IChartDataWorkbook fact =...

    docs.aspose.com/slides/net/pie-chart/
  8. Pie Chart|Aspose.Slides for 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.... Getting the chart data worksheet. Delete default generated...# Getting the chart data worksheet $fact = $chart -> getChartData...

    docs.aspose.com/slides/php-java/pie-chart/
  9. Updating OLE objects automatically using MS Pow...

    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.... Working Solution for Worksheet Resizing...

    docs.aspose.com/slides/java/updating-ole-object...
  10. How to Export List Data to Excel in C#

    This simple tutorial will teach you on how to export list data to Excel in C#. You will learn how with the help of C# export list to Excel and save it on disk with XLSX format....code uses a Workbook and Worksheet class object to access the...ImportArrayList function of Worksheet.Cells class is used that requires...

    kb.aspose.com/cells/net/how-to-export-list-data...