Is there any way to get bytes data from specific range in excel office JS?

40 Views Asked by At

In my project I need to print the excel sheet from specific range. can we get bytes array using specific range from the worksheet?

Getting whole worksheet pdf binary data using the getFileAsync method but, I need only specific range binary data.

0

There are 0 best solutions below