Class XlsExportProperties


  • @Validated
    @Configuration
    @ConfigurationProperties(prefix="nae.xls.export")
    public class XlsExportProperties
    extends java.lang.Object
    Configuration properties for XLS export functionality.

    Properties are prefixed with nae.xls.export in the configuration files (e.g., application.yml or application.properties).

    These settings control the behavior and formatting of exported Excel files.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XlsExportProperties

        public XlsExportProperties()