Hi,
I use Aspose.Cells(7.0.1.0 version) component for converting xslx to xps.
I have next problems with converting:
1) Incorrect scaling of images saved on excel sheet(see attached ImageScalingStyles.xlsx and ImageScalingStyles.xps)
2) 3D surface charts are skipped when document is converted to XPS(see attached 3Dsurface.xlsx and 3Dsurface.xps)
3) Conditional formating colors are skipped when document is converted
to XPS(see attached ImageScalingStyles.xlsx and ImageScalingStyles.xps)
4) Documents containing several work sheets and large amount of rows
(see attached XLSX_Small_charts.xlsx) are converted incorrectly. Some
pages contain error message:
Failed to Render Page
An internal error has occurred.
Description: An exception occurred during the rendering of this page.
Please review the stacktrace for more information about the error.
Exception Details:
FirstFloor.Documents.IO.XpsClientException: An internal error has occurred. —> System.NullReferenceException: [Arg_NullReferenceException]
Arguments:
Debugging resource strings are unavailable. Often the key and arguments
provide sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.61118.00&File=mscorlib.dll&Key=Arg_NullReferenceException
at FirstFloor.Documents.IO.LoadFixedPageCompletedEventArgs.RenderFixedPage()
— End of inner exception stack trace —
at FirstFloor.Documents.IO.LoadFixedPageCompletedEventArgs.RenderFixedPage()
at
FirstFloor.Documents.Controls.DocumentDataSource.OnLoadFixedPageCompleted(Object
sender, LoadFixedPageCompletedEventArgs e)
Version Information: FirstFloor.Documents, Version=2.0.0.0, Culture=neutral, PublicKeyToken=null, FileVersion=2.0.8.
Sample xlsx files and result xps are in attach.