diff options
| author | Stefan Daschek <[email protected]> | 2019-11-23 13:06:48 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-11-23 13:06:48 +0100 |
| commit | c1307a3fff72e86074ae19b3d33f79ebebd5e3e6 (patch) | |
| tree | 5f81438b9e57474fce591b063b3862f60059fdf6 | |
| parent | 345748bfa26ee75e7b047736da1d993427da9e18 (diff) | |
| download | caxlsx-c1307a3fff72e86074ae19b3d33f79ebebd5e3e6.tar.gz caxlsx-c1307a3fff72e86074ae19b3d33f79ebebd5e3e6.zip | |
Add section about where to (not) post questions and find answers.
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -110,6 +110,10 @@ Additional documentation is listed below: - [Style Reference](https://github.com/caxlsx/caxlsx/blob/master/docs/style_reference.md) - [Header and Footer Codes](https://github.com/caxlsx/caxlsx/blob/master/docs/header_and_footer_codes.md) +⚠ Please __do not create issues__ for questions regarding the usage of axlsx / caxlsx. Look through this README, the [examples](https://github.com/caxlsx/axlsx/tree/master/examples/example.rb), and the [FAQ](https://github.com/caxlsx/caxlsx/wiki/FAQ), and also check [questions tagged `axlsx` on Stack Overflow](https://stackoverflow.com/questions/tagged/axlsx). + +Feel free to add your question (including an answer!) to the FAQ if you think it is of general interest. + ## Plugins & Integrations Currently the following additional gems are available: |
