Subject: | Why? const SCHEMA_REL_OFFICEDOCUMENT... |
Summary: | Package rating comment |
Messages: | 1 |
Author: | zafado |
Date: | 2016-08-12 22:12:29 |
|
|
|
zafado rated this package as follows:
Utility: | Good |
Consistency: | Good |
Documentation: | Good |
Examples: | Good |
|
zafado - 2016-08-12 22:12:29
Why?
const SCHEMA_REL_OFFICEDOCUMENT = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument';
const SCHEMA_REL_SHAREDSTRINGS = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings';
const SCHEMA_REL_WORKSHEET = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet';
const SCHEMA_REL_STYLES = 'http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles';
Very bad.
|