Investigate the current implementation of setCellFormat in Luckysheet's source code (likely in src/ or package). Check the documentation for allowed attributes. If custom attributes are not supported, consider implementing a way to pass an options object or extending the attribute list. Also, look for any related issues or PRs that discuss this feature. If the feature already exists, update the documentation and close the issue. If not, propose a design for extensibility.