Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 204,254 for

excel

(0.76 sec)
  1. How to Check Frozen State without Excel with C+...

    In this article, you will learn how to check the frozen state of an Excel worksheet programmatically using C++ with the Aspose.Cells API....Check Frozen State without Excel with C++ Contents [ Hide ] Introduction...check the frozen state of an Excel worksheet programmatically....

    docs.aspose.com/cells/cpp/how-to-check-frozen-s...
  2. Display Document Properties in Excel using Java

    Display document properties in Excel using Java. Get details to set the IDE, a list of steps, and a sample code to print Excel document properties using Java....Display Document Properties in Excel using Java This quick guide...display document properties in Excel using Java . It has the resources...

    kb.aspose.com/cells/java/display-document-prope...
  3. Add Threaded Comments in Excel using Python

    Follow this article to add threaded comments in Excel using Python. You will learn to set the IDE and get a set of instructions and a sample code to insert comment in Excel using Python....Family Add Threaded Comments in Excel using Python This short guide...to add threaded comments in Excel using Python . It has details...

    kb.aspose.com/cells/python/add-threaded-comment...
  4. OLE Excel Object Size is Changed after Double C...

    I am evaluating the capabilities of embedding Excel into Word and having some issues. Screenshot 1 demonstrates the generated docx file, which looks ok, however double clicking the embed to edit brings up an incorrectly…...OLE Excel Object Size is Changed after Double Click on it in...in MS Word | Insert OLE (Excel) into Document using .NET Aspose...

    forum.aspose.com/t/ole-excel-object-size-is-cha...
  5. Excel 转成 PDF 文本缺失 - Free Support Forum - aspose...

    worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9 KB) image.jpg (149.5 KB)...Excel 转成 PDF 文本缺失 中文技术支持 cells-net cromwell1994 July 10, 2025...8:50am 1 worksheet.zip (1.3 MB) Excel 转PDF时有部分文字缺失 image.png (61.9...

    forum.aspose.com/t/excel-pdf/315052
  6. chart.CategoryAxis.GetAxisTexts() are not the s...

    hi , i have an Excel file: 4366-20250303.7z (108.4 KB) there is an chart. i ues the below codes to get the lables: var chart = sheet.Charts.OrderByDescending(t => t.ChartObject.LowerRightRow).First(); var labels = …...GetAxisTexts() are not the same as what excel shows Aspose.Cells Product Family...2025, 9:35am 1 hi , i have an excel file: 4366-20250303.7z (108...

    forum.aspose.com/t/chart-categoryaxis-getaxiste...
  7. Manage data of Excel files with Golang via C++|...

    This article describes how to view and edit data of Excel files with Aspose.Cells library using C++....Manage data of Excel files with Golang via C++ Contents [ Hide...that represents a Microsoft Excel file. The Workbook class contains...

    docs.aspose.com/cells/go-cpp/view-and-edit-exce...
  8. Image looks slightly different than in Excel af...

    Hi, we use following code to render an image in Excel to png: Workbook wb = new Workbook(“Example2.xlsx”); Worksheet ExcelWorksheet = wb.Worksheets[“Example 2”]; string rangeName = “BIPLI_Example2”; CellsHelper.DPI …...slightly different than in Excel after rendering Aspose.Cells...code to render an image in Excel to png: Workbook wb = new Workbook(“Example2...

    forum.aspose.com/t/image-looks-slightly-differe...
  9. How to Generate Excel File in Java

    In this step by step tutorial you will learn how to generate Excel file in Java. These steps are same for Linux, macOS and Windows operating systems....Product Family How to Generate Excel File in Java This step-by-step...tutorial explains how to generate Excel file in Java using simple code...

    kb.aspose.com/cells/java/how-to-generate-excel-...
  10. Difference in formula calculations compared to ...

    Hello, I am using Aspose.Cells 25.6 for Java. To calculate formulas in my workbook, I call Workbook.calculateFormula(). I have the following formula: =MATCH(TRUE, ISNUMBER(SEARCH({“JPY”,“KRW”,“CNY”,“BRL”,“EUR”,“GBP”,“U…...formula calculations compared to Excel 365 Aspose.Cells Product Family...string “USD/EUR OR 1.16598600”, Excel evaluates this formula and returns...

    forum.aspose.com/t/difference-in-formula-calcul...