BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
zqkal
Obsidian | Level 7

I have a SAS program that uses Perl to create Excel workbook. I’m seeing an error massage on UNIX terminal whenever I run the program.

Maximum Spreadsheet::WriteExcel filesize, 7087104 bytes, exceeded. To create files bigger than this limit please refer to the "Spreadsheet::WriteExcel::Big" d

  • ocumentation.

I have these at the beginning of the Perl program

use Spreadsheet::WriteExcel;

use Spreadsheet::WriteExcel::Big;

use Spreadsheet::WriteExcel::Utility;

use Spreadsheet::WriteExcel::Worksheet;

Does any one know how to fix this error? I’m new to Perl and don’t know what to do?

Thanks in advance for your help

1 ACCEPTED SOLUTION

Accepted Solutions
zqkal
Obsidian | Level 7

SASkiwi, you are right the problem wasn't from SAS.

I had to use Perl function writeexcel::big since the file was more than 7MB.

after adding WriteExcel::Big finction the tagset works.

Thanks

for your help.


View solution in original post

2 REPLIES 2
SASKiwi
PROC Star

I suspect you would be better off googling this error or using a Perl forum to progress this problem since SAS is not creating the Excel workbook.

zqkal
Obsidian | Level 7

SASkiwi, you are right the problem wasn't from SAS.

I had to use Perl function writeexcel::big since the file was more than 7MB.

after adding WriteExcel::Big finction the tagset works.

Thanks

for your help.


suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

CLI in SAS Viya

Learn how to install the SAS Viya CLI and a few commands you may find useful in this video by SAS’ Darrell Barton.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1046 views
  • 0 likes
  • 2 in conversation