Usage Note 52891: When exporting to XLSX, SAS® Web Report Studio might perform slowly and record a warning about style information in its log
SAS Web Report Studio might perform slowly when you attempt to export data to Microsoft Excel. This problem is most likely to occur if you select Excel (*.xlsx) as the file type in the Export dialog box. If you experience poor performance, then check for a warning that is similar to the following in the SAS Web Report Studio log.
WARN [] com.sas.export.office.writers.impl.OOXMLGenerator - The style information has not been added
because styleIndex is negative.
If this warning is present, you can improve performance by adding the following content to the <sas-config-dir>/Lev1/Web/Common/LogConfig/SASWebReportStudio-log4j.xml
file.
<category additivity="false" name="com.sas.export.office.writers.impl.OOXMLGenerator">
<priority value="ERROR"/>
<appender-ref ref="SAS_CONSOLE"/>
<appender-ref ref="SAS_FILE"/>
</category>
After you restart your web application server, the warning is no longer written to the log.
Operating System and Release Information
SAS System | SAS Web Report Studio | z/OS | 4.31 | | 9.3 TS1M0 | |
Microsoft® Windows® for x64 | 4.31 | | 9.3 TS1M0 | |
64-bit Enabled AIX | 4.31 | | 9.3 TS1M0 | |
64-bit Enabled Solaris | 4.31 | | 9.3 TS1M0 | |
HP-UX IPF | 4.31 | | 9.3 TS1M0 | |
Linux for x64 | 4.31 | | 9.3 TS1M0 | |
Solaris for x64 | 4.31 | | 9.3 TS1M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Date Modified: | 2014-05-02 15:45:08 |
Date Created: | 2014-05-02 10:14:56 |