-
- All Implemented Interfaces:
-
edu.wgu.osmt.io.common.TabularResource
public final class RichSkillXlsxExport extends XlsxResource<RichSkillAndCollections>
-
-
Constructor Summary
Constructors Constructor Description RichSkillXlsxExport(AppConfig appConfig)
-
Method Summary
Modifier and Type Method Description Array<XlsxColumn<RichSkillAndCollections>>columnTranslations(List<RichSkillAndCollections> data)Defines the columns of this xlsx in their desired order. -
-
Constructor Detail
-
RichSkillXlsxExport
RichSkillXlsxExport(AppConfig appConfig)
-
-
Method Detail
-
columnTranslations
Array<XlsxColumn<RichSkillAndCollections>> columnTranslations(List<RichSkillAndCollections> data)
Defines the columns of this xlsx in their desired order.
-
-
-
-