Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 30,455 for

worksheet

(0.12 sec)
  1. Different Ways to Save Files with Golang via C+...

    Aspose.Cells for C++ can save files to different formats. Save Files to PDF. Save Files to HTML. Save Files to DOCX. Save Files to PPTX. Save Files to JSON. Save Files to MHTML....a workbook with multiple worksheets into a text format. For text...the contents of the active worksheet only. The following code example...

    docs.aspose.com/cells/go-cpp/different-ways-to-...
  2. Saving Excel as .Docx having an issue with cell...

    When I try to save a excel document having a table with cell values wider than the column width as Docx, it ends up distorting the values in the resulting table. this is the table I am trying to convert to a word table …...the code i use- worksheet.AutoFitRows(); worksheet.PageSetup.PrintArea...printArea; worksheet.PageSetup.LeftMargin = 0; worksheet.PageSetup...

    forum.aspose.com/t/saving-excel-as-docx-having-...
  3. ListObject with calculated column creates inval...

    Hello, An invalid Excel file is generated using this example from the documentation located at: Propagate Formula in Table or List Object automatically while entering data in new rows|Documentation When you open the fi…...Access first worksheet Worksheet sheet = book.Worksheets[0]; // Add...

    forum.aspose.com/t/listobject-with-calculated-c...
  4. Excel 设置的是A4纸张尺寸,但是转成PDF时,PDF 明显变小 - Free Suppo...

    本地验证这个左右边距的设置会影响PDF 出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet Worksheet = wb.getWorksheets().get(0); PageSetup pageSetup = Worksheet.getPageSetup(); pageSetup.setLeftMargin(1); pageSetup.setRightMargin(1);...出来的大小,这个地方PdfSaveOptions 是否有参数可以控制 Worksheet worksheet = wb.getWorksheets()...get(0); PageSetup pageSetup = worksheet.getPageSetup(); pageSetup...

    forum.aspose.com/t/excel-a4-pdf-pdf/324143
  5. Configuring Fonts for Rendering Spreadsheets|Do...

    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....priority Supported Font Formats Worksheet to Image - Set Pixel Format...Document Assistant Close Convert Worksheet to Image - Remove whitespace...

    docs.aspose.com/cells/python-net/configuring-fo...
  6. Integrate Aspose.BarCode for .NET with Aspose.C...

    How to Intergrate Aspose.BarCode with Aspose.Cells...Worksheet document and get an object...an object of Aspose.Cells.Worksheet representing an Excel sheet...

    docs.aspose.com/barcode/net/integrate-with-aspo...
  7. Convert JSON Format to PPSM via C++ | products....

    Parse JSON to PPSM in C++ without using Microsoft PowerPoint...height for all rows in the worksheet, you can do it by using the...width for all columns in the worksheet, use the ICells collection’s...

    products.aspose.com/total/cpp/conversion/json-t...
  8. Aspose Cells - Pivot Table - Sum not updated - ...

    Good Morning, I have a template Excel file with a pivot table. When I refresh it in Excel, the data are correct. However, when I refresh it in Aspose Cells, the percent column does not refresh. It is a Value Field with S…...Workbook(path); var worksheet = workbook.Worksheets.FirstOrDefault(e...sheet); var pivotTable = worksheet.PivotTables.FirstOrDefault(e...

    forum.aspose.com/t/aspose-cells-pivot-table-sum...
  9. PPTX document chart using .NET | products.aspos...

    C# source code to draw and convert chart or diagram in PPTX file on .NET Framework, .NET Core, Windows Azure, Mono or Xamarin Platforms....//Getting the default chart data worksheet index int defaultWorksheetInde...//Accessing the chart data worksheet IChartDataCellFactor fact...

    products.aspose.com/slides/net/chart/pptx/
  10. Display or Hide Tabs in Aspose.Cells|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....Sheet tabs represent the worksheets in the Excel file. Click...switch to that worksheet. The more worksheets in the workbook...

    docs.aspose.com/cells/net/display-or-hide-tabs-...