Cannot print a table using ExcelLibrary

I am using this Excel file (.XLS and .XLSX) from C #

What steps will reproduce the problem? 1. Create a spreadsheet using excellibrary 2. Open the spreadsheet in Excel. 3. Try to print the table

What is the expected result? What do you see instead? Should print, but not receive the message "Excel could not find anything to print" If you copy the data to a new spreadsheet, then it will print fine.

is there any solution?

+3
source share

Source: https://habr.com/ru/post/1786645/


All Articles