Sort Score
Result 10 results
Languages All
Labels All
Results 4,341 - 4,350 of 30,454 for

worksheet

(0.16 sec)
  1. 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
  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. SaveToStream on a workbook with at least 257 co...

    If you call SaveToStream on a workbook that contains at least 257 columns, the returned stream contains corrupt data. If you create a new workbook from the stream, this workbook will not contain the correct values. In ad…...= new(); Worksheet sheet = saveWorkbook.Worksheets.First(); sheet...object value = readWorkbook.Worksheets.First().Cells[0, 256].Value;...

    forum.aspose.com/t/savetostream-on-a-workbook-w...
  4. 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...
  5. 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...
  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. 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/
  8. 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/net/configuring-fonts-for...
  9. Set External Links in Formulas with JavaScript ...

    Learn how to set external links in formulas using Aspose.Cells for JavaScript via C++....the first worksheet const sheet = workbook . worksheets . get (...

    docs.aspose.com/cells/javascript-cpp/set-extern...
  10. AutoFill range of Excel file with JavaScript vi...

    Learn how to perform an autofill operation in a specified range of an Excel file using Aspose.Cells for JavaScript via C++.... worksheets . get ( 0 ). cells ; // Create...html > Create Workbook and Worksheet Scoped Named Ranges with JavaScript...

    docs.aspose.com/cells/javascript-cpp/autofill-r...