Sort Score
Result 10 results
Languages All
Labels All
Results 1,691 - 1,700 of 365,244 for

excel

(0.11 sec)
  1. Excel Charts Are Scaled when Converted to EMF I...

    @andrey.potapov, I’ve run into another issue. The charts I’ve captured and inserted into the slide looks like its scaled somehow. The code I’ve used is: public virtual bool CopyExcelChartToSlide_Aspose(Workbook wkBook…...Excel Charts Are Scaled when Converted to EMF Images in C# Aspose...template Excel files. We event tried using your both Excel files...

    forum.aspose.com/t/excel-charts-are-scaled-when...
  2. Images extracted from Excel are thumbnails - Fr...

    I have an Excel document which contains some pictures. I want to use Aspose.Cells to extract a picture from Excel, but I found that the extracted picture is a thumbnail, not the original picture. void Main() { string f…...Images extracted from Excel are thumbnails Aspose.Cells Product... 2023, 2:13pm #1 I have an Excel document which contains some...

    forum.aspose.com/t/images-extracted-from-excel-...
  3. Difference in unedited excel charts - Free Supp...

    Hi, I am using aspose cells 23.4 with Java and have an issue with unedited charts showing up different when parsed as image. I am attaching two files, that contain seemingly identical charts. The file original.xlsx has …...Difference in unedited excel charts Aspose.Cells Product Family...original.xlsx has been opened in excel, not edited at all and saved...

    forum.aspose.com/t/difference-in-unedited-excel...
  4. Conversion of Excel files to PDF - Free Support...

    Hi, I wanted to convert multi-sheet Excel files to PDF single file using Aspose libraries in Java. I saw some sample code where the libraries used were from Cells and PDF. import com.aspose.cells.Workbook; import com.…...Conversion of Excel files to PDF Aspose.Cells Product Family...wanted to convert multi-sheet Excel files to PDF single file using...

    forum.aspose.com/t/conversion-of-excel-files-to...
  5. Password Protect PDF, Word, PowerPoint, Excel a...

    0 Protect files 0 files selected | Clear List PROTECT Drop your files here to protect Cancel Protect PDF, Word, Power......Protect PDF, Word, PowerPoint, Excel and OneNote Password Protect...Protect PDF, Word, PowerPoint, Excel and OneNote files with our tool...

    products.fileformat.app/spreadsheet/protect
  6. Aspose-cells-23.9 excel转html - Free Support For...

    aspose-cells-23.9 Excel转html的时候,Excel单元格里的缩小表示属性不能反应到html上?...9 excel转html Aspose.Cells Product Family jishangyang...#1 aspose-cells-23.9 excel转html的时候,excel单元格里的缩小表示属性不能反应到html上?...

    forum.aspose.com/t/aspose-cells-23-9-excel-html...
  7. Issue when convert PDF to excel - Free Support ...

    202307171404326462__Student+Card_.pdf (1.2 MB) 202307171404414085__Student Card_.zip (421.3 KB) The following is the C# code for convert the PDF to Excel, after the convertion, the images files cannot displayed, the Q…...Issue when convert PDF to excel Aspose.PDF Product Family aspose-pdf-net...code for convert the PDF to Excel, after the convertion, the images...

    forum.aspose.com/t/issue-when-convert-pdf-to-ex...
  8. Opening TXT files using preferred parser then p...

    Hi, I stumbled across this post: Convert CSV, TSV and TXT to Excel|Documentation and was wondering if this can also be done using Aspose Python via Java, if yes, appreciate if you could provide me the code or link with t…...preferred parser then paste to Excel using Python via Java Aspose...Cells Product Family text-to-excel , cells-python myDAN September...

    forum.aspose.com/t/opening-txt-files-using-pref...
  9. Create and Embed an Excel Chart as an OLE Objec...

    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....Create and Embed an Excel Chart as an OLE Object into a Microsoft...code to create and embed an Excel Chart as an OLE Object in the...

    docs.aspose.com/slides/net/create-and-embed-an-...
  10. 复制Excel的范围|Documentation

    介绍 在 Excel 中,您可以选择一个范围,复制该范围,然后将其与特定选项一起粘贴到同一工作表、其他工作表或其他文件中。 使用 Aspose.Cells 复制范围 Aspose.Cells 提供一些过载范围.复制复制范围的方法。 和范围.CopyStyle只有范围的复制样式;范围.复制数据只有范围的复制值 复制范围 创建两个范围:源范围、目标范围,然后使用 Range.Copy 方法将源范围复制到目标范围。 请参见以下代码: 粘贴带选项的范围 Aspose.Cells 支持粘贴特定类型的范围。 仅复制范围内的数据。 您也可以使用 Range.CopyData 方法复制数据,如下代码所示: 推进主题 将源范围的行高复制到目标范围...介绍 在 Excel 中,您可以选择一个范围,复制该范围,然后将其与特定选项一起粘贴到同一工作表、其他工作表或其他文件中。...

    docs.aspose.com/cells/zh/net/copy-ranges-of-Excel/