Sort Score
Result 10 results
Languages All
Labels All
Results 5,541 - 5,550 of 41,183 for

worksheet

(0.23 sec)
  1. Resample Added Images - Excel to PDF Conversion...

    Learn how to resample added images when converting excel to pdf with Aspose.Cells for Python via .NET API....Save Specified Worksheets to PDF Fit All Worksheet Columns on Single...

    docs.aspose.com/cells/python-net/resample-added...
  2. Aspose Excel to SVG adding external image place...

    I am creating a bubble chart using OpenXML and then utilizing Aspose.Cells and Aspose.Imaging for extracting the chart from excel and saving it as SVG. I am using C# with Aspose.Cells version 22.1.0 and Aspose.Imaging ve…...Worksheet worksheet, string svgFile) { FileInfo...LowerRightColumn); i++) { chartWidth += worksheet.Cells.GetColumnWidthPixel(i);...

    forum.aspose.com/t/aspose-excel-to-svg-adding-e...
  3. Get the Cell object by DisplayName of PivotFiel...

    How to get the Cell object by DisplayName of PivotField of PivotTable with Aspose.Cells for Python via .NET....first pivot table of the worksheet and then get cell by display...

    docs.aspose.com/cells/python-net/get-the-cell-o...
  4. Letters are overlapped in Excel to image - Free...

    Hi Aspose.Cells team, We are currently facing issue of text being overlapped in the image which is created from excel. We are using .Net and please find the code below for (int i = 0; i < headerRows.Count - 1; i++) { …...1}"; worksheet.PageSetup.PrintArea = printArea; worksheet.PageSetup...LeftMargin = 0; worksheet.PageSetup.RightMargin = 0; worksheet.PageSetup...

    forum.aspose.com/t/letters-are-overlapped-in-ex...
  5. 设置打印标题|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....reference of the PageSetup of the worksheet PageSetup pageSetup = sheet...

    docs.aspose.com/cells/zh/java/set-print-titles/
  6. Aspose.Cells for iOS via Xamarin Features|Docum...

    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.... Add a copy of existing worksheet (all contents including images...not supported) Copy or move worksheets within or between workbooks...

    docs.aspose.com/cells/net/aspose-cells-for-ios-...
  7. Datalabels Font color is not updated - Free Sup...

    Hi All, I am trying to change the font color of data labels but it is not reflected in the excel chart. However, it is reflected in the color box in excel. So very surprising. image.png (49.6 KB) If I just change “so…...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...Workbook(pathWorkbook); Worksheet sheettest = wbtest.Worksheets[0]; Chart charttest...

    forum.aspose.com/t/datalabels-font-color-is-not...
  8. 迭代行和列|Documentation

    了解如何通过Aspose.Cells for Java API迭代行和列。...Display Range Range range = worksheet . getCells (). getMaxDisplayRange...

    docs.aspose.com/cells/zh/java/iterate-rows-and-...
  9. ImportData with empty datatable produces Index ...

    Hello, Importing a DataTable that has zero rows will produce an Index Error on workbook.Save(). We’re working around by checking and avoiding the ImportData call if the DataTable is empty. Thought you should know. …...//Access first worksheet Worksheet ws = wb.Worksheets[0]; //Specify...support. listObject.DataRange.Worksheet.Cells.InsertRows(listObject...

    forum.aspose.com/t/importdata-with-empty-datata...
  10. After 23.6 version migration adding data to exc...

    We have been using following method to add a pre-defined Worksheet of an excel with dynamic custom Data. Previously, all the data getting added to the sheet was part of the table. Hence we were able to filter data from …...method to add a pre-defined worksheet of an excel with dynamic custom...code, it adds data to the worksheet but filtering functionality...

    forum.aspose.com/t/after-23-6-version-migration...