excel.h 932 B

12345678910111213141516171819202122232425
  1. /*
  2. +----------------------------------------------------------------------+
  3. | Vtiful Extension |
  4. +----------------------------------------------------------------------+
  5. | Copyright (c) 2017-2017 The Viest |
  6. +----------------------------------------------------------------------+
  7. | http://www.viest.me |
  8. +----------------------------------------------------------------------+
  9. | Author: viest <[email protected]> |
  10. +----------------------------------------------------------------------+
  11. */
  12. #ifndef VTIFUL_EXCEL_H
  13. #define VTIFUL_EXCEL_H
  14. #define V_EXCEL_HANDLE "handle"
  15. #define V_EXCEL_FIL "fileName"
  16. #define V_EXCEL_COF "config"
  17. #define V_EXCEL_PAT "path"
  18. extern zend_class_entry *vtiful_excel_ce;
  19. VTIFUL_STARTUP_FUNCTION(excel);
  20. #endif