Sort Score
Result 10 results
Languages All
Labels All
Results 1,641 - 1,650 of 202,884 for

excel

(0.18 sec)
  1. Support the layout of DIV tags while loading HT...

    Learn how to preserve DIV tag layouts when importing HTML into Excel workbooks using Aspose.Cells for Python via .NET. Maintain HTML structure conversions with precise control....tags while loading HTML to Excel workbook with Python via .NET...while loading HTML into an Excel workbook object. However, if...

    docs.aspose.com/cells/python-net/support-the-la...
  2. Getting null pointer exception at times when ex...

    Caused by: com.aspose.cells.CellsException: java.lang.NullPointerException at com.aspose.cells.cxt.a(Unknown Source) ~[aspose-cells.jar:24.7.0] at com.aspose.cells.kk.a_(Unknown Source) ~[aspose-cells.jar:24.7.0] at c…...pointer exception at times when excel converted to pdf Aspose.Cells...0] So I’m trying to convert excel to pdf using our auto-rendition...

    forum.aspose.com/t/getting-null-pointer-excepti...
  3. Copy and Paste Rows in GridDesktop within the C...

    This article introduces copy and paste in GridDesktop....and between the Control and Excel Contents [ Hide ] If you want...or between the control and Excel, then set the GridDesktop.ClipboardCopyPaste...

    docs.aspose.com/cells/net/aspose-cells-griddesk...
  4. How to Apply Conditional Formatting in Excel Ba...

    This article guides on how to apply conditional formatting in Excel based on cell value using Python. It has the IDE settings and steps along with a sample code to create conditional formatting in Excel using Python....Apply Conditional Formatting in Excel Based On Cell Value using Python...apply conditional formatting in Excel based on cell value using Python...

    kb.aspose.com/cells/python/how-to-apply-conditi...
  5. 将 PDF 转换为 Excel 工作簿在 Python 中|Aspose.PDF for Java

    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....将 PDF 转换为 Excel 工作簿在 Python 中 Contents [ Hide ] 要使用 Aspose.PDF...Java for Python 将 PDF 文档转换为 Excel 工作簿,只需调用 PdfToExcel 模块。 doc...

    docs.aspose.com/pdf/zh/java/convert-pdf-to-exce...
  6. Table Text Becomes Vertically Misaligned After ...

    An issue has been identified during the conversion workflow from Excel to PDF and then to PPTX, wherein the table data appears misaligned in the resulting PowerPoint file. The text inside the table is moved upwards towa…...Vertically Misaligned After Excel-to-PDF-to-PPTX Conversion Aspose...the conversion workflow from Excel to PDF and then to PPTX, wherein...

    forum.aspose.com/t/table-text-becomes-verticall...
  7. Caculate Formula causes some cells to return #R...

    PFA Workbook (2.5 MB) Sample code: var workbook = new Aspose.Cells.Workbook(@"02_Investment Template v01.00 - 04.29.25.xlsx"); var worksheet = workbook.Worksheets["EDA"]; var valueBefore = work…...to return #REF value, where Excel does not Aspose.Cells Product...as different values from ms excel. We need to investigate them...

    forum.aspose.com/t/caculate-formula-causes-some...
  8. EXcel to PDF Conversion- Font Size and Page Sca...

    Hi, We are currently using Aspose.Cells for Java v25.6 to generate PDF files from Excel documents. In our Excel files, we use MS ゴシック for text and Arial for numeric values. However, we’ve observed several discrepancies…...EXcel to PDF Conversion- Font Size and Page Scaling Discrepancy...PDF files from Excel documents. In our Excel files, we use MS...

    forum.aspose.com/t/excel-to-pdf-conversion-font...
  9. Excel→XPS - 複数の問題 - Free Support Forum - aspose...

    ① 不具合の概要 Aspose.Cells 25.5.0を使用しXPSへ変換した際に、複数の不具合が発生していることを確認いたしました。詳細な内容は以下の通りです。また、これらの問題を解決するための対処方法についてご指導をお願い申し上げます。 ② 添付ファイルの説明 ・ErrorReport_Excel.xlsx: 不具合事象のリストを記載しております。このエクセルには以下の情報が含まれています。 ErrorNo: 各不具合に…...Excel→XPS - 複数の問題 日本語による技術サポート cells-net johnson.shi June 2,...マイクロソフトの異なるバージョンの Excel では、日本の [jp-JP] 地域に対して異なる形式の結果が得られます。Excel 2010 などの古いバージョンでは、日付は...

    forum.aspose.com/t/excel-xps/313164
  10. Aspose.cell 读取Excel模板时 嵌入式图片转丢了 - Free Support ...

    测试代码如下: public void testImage111() throws Exception { String template = "files/template.xlsx"; Workbook book = new Workbook(template); book.getWorksheets().get(0).getCells().get(0,2).setValue("dddddd"); …...cell 读取Excel模板时 嵌入式图片转丢了 Aspose.Cells Product Family aspose-cells-java...@xiaoman WPS 和Excel 采用了不同的方式嵌入图片。 我们默认生成是Excel支持的模式。 如果要WPS兼容,使用以下代码:...

    forum.aspose.com/t/aspose-cell-excel/308462