Landray RDM EKP-22380 Convert Effect

cells source code:
src.zip (1.6 KB)

origin cells:
桂海行销公司桂海OE部外埠所-北海和安2025年9月促销补差结案报告.xlsx.zip (8.2 MB)

before converted:
image.png (142.1 KB)

after converted:
image.png (427.1 KB)

Please have a check.

@hucq_landray_com_cn

It seems you are looking to convert an Excel file and check the conversion effects. To analyze the conversion results, you can use Aspose.Cells to load the original Excel file and then save it in the desired format.

Here’s a basic example of how to convert an Excel file to another format using Aspose.Cells in C#:

using Aspose.Cells;

class Program
{
    static void Main()
    {
        // Load the original Excel file
        Workbook workbook = new Workbook("path/to/original/file.xlsx");

        // Save the workbook in the desired format (e.g., PDF)
        workbook.Save("path/to/converted/file.pdf", SaveFormat.Pdf);
    }
}

Make sure to replace "path/to/original/file.xlsx" and "path/to/converted/file.pdf" with the actual paths.

If you are experiencing issues with the conversion quality, consider checking the formatting and features used in the original Excel file, as some complex features may not convert perfectly.

If you encounter specific issues during the conversion process, please share those details for further assistance.

@hucq_landray_com_cn
By testing on the latest version v25.9 using sample files and code, we can obtain the correct results. Please refer to the attachment. pageResult1.zip (8.6 KB)

We recommend you to kindly try using our latest version: Aspose.Cells forJava 25.9. If you still have any questions, please provide us with your result file and we will check it soon.