Sort Score
Result 10 results
Languages All
Labels All
Results 6,071 - 6,080 of 30,596 for

worksheet

(1.69 sec)
  1. Best Excel Library for Python | Aspose.Cells fo...

    Discover why Aspose.Cells is the best Python Excel library for reading, writing, and manipulating XLSX files with powerful features and high performance....and font colors in an Excel worksheet. 4. Export Data to CSV # This...

    blog.aspose.com/cells/best-excel-library-for-py...
  2. Convert CGM to EXCEL via C# API | products.aspo...

    C# API to Convert CGM File to EXCEL without using Microsoft Excel or Adobe Reader...converted XLSX document, select Worksheet via its index, create a Shape...

    products.aspose.com/total/net/conversion/cgm-to...
  3. [Aspose.Cells for java]印刷プレビューの内容に改ページ位置を一致させる方...

    変換後のPDFにおいて、ExcelのOffice上の印刷ページ数(印刷プレビューの内容)と一致しない事象が発生し、PDFに空白のページが生まれてしまいます。ページレイアウトの「拡大/縮小」設定において100%以外の場合でも、変換後のPDFにおけるページ数をOfficeの印刷ページ数と一致させる方法はありますか?希望としては常に印刷プレビュー通りの改ページ位置で出力したいです。 <ソース抜粋> #ExcelのPDF変換処理は、PDFバ…... 手動で改ページを設定する Worksheet.getHorizontalPageBre().add(rowIndex)...Workbook(inputFilePath); Worksheet ws = wb.getWorksheets().get(0);...

    forum.aspose.com/t/aspose-cells-for-java/325249
  4. Aspose设置的时间格式失效 - Free Support Forum - aspose.com

    aspose设置的时间格式失效 时间格式设置为yyyy-MM-dd.png (72.1 KB) 时间格式未生效.png (46.4 KB)...Worksheets[0]; // 2️⃣ 往单元格写入真实的 DateTime...Workbook wb = new Workbook(); Worksheet sheet = wb.getWorksheets()...

    forum.aspose.com/t/aspose/323962
  5. Calculated numeric cell value changes on saving...

    I am seeing some very strange behavior. In the attached workbook, cell B1726 on the Input sheet has formula =B1725. In memory in my C# program, after CalculateFormula is called for the workbook, I can see the DoubleVal…...I inspect the XML for the worksheet, the value for B1726 is 0...double valueB1725 = workbook.Worksheets[0].Cells["B1725"].DoubleValue;...

    forum.aspose.com/t/calculated-numeric-cell-valu...
  6. Manage Document Properties with Node.js via C++...

    Learn how to Manage Document Properties through the Aspose.Cells for Node.js via C++ APIs....multiple worksheets, each represented by the Worksheet class, whereas...whereas the collection of worksheets is represented by the WorksheetCollection...

    docs.aspose.com/cells/nodejs-cpp/managing-docum...
  7. Export PivotTable as image: source language not...

    Hello, I am using Aspose.Cells to export a pivot table to a PNG image. This works well, but some labels added automatically by Excel are not exported in the same language to the image. Here is my Excel source pivot ta…...Worksheets[0]; foreach (var pivotTable...asposeSheet = asposeWorkbook.Worksheets[0]; foreach (var pivotTable...

    forum.aspose.com/t/export-pivottable-as-image-s...
  8. Is LightCellsDataProvider available in Cellsfor...

    I’m writing monstrous spreadsheets that are 200K x 350 columns wide. I need to write 4mm rows over say 20 workbooks. I’m worried about memory. I was able to to create most of them using the standard aspose functions,…...# Logic to start saving a worksheet return True def next_row(self):...

    forum.aspose.com/t/is-lightcellsdataprovider-av...
  9. SheetRender toImage Changing Font from Calibri ...

    I have a test excel spreadsheet that if I run through the code via SheetRender.toImage() the font changes from Calibri to TimesNewRoman. I believe this is something to do with default formatting since the cells around my…...xlsx"); Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/sheetrender-toimage-changing...
  10. How to Compress the PPTX Files Generated with A...

    Hi Aspose forum We want to use the following compression properties in our application.properties to compress our exported excel and ppt files but these properties do not seem to work. server.compression.enabled=true s…...Worksheet; import com.aspose.slides...workbook = new Workbook(); Worksheet sheet = workbook.getWorksheets()...

    forum.aspose.com/t/how-to-compress-the-pptx-fil...