Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[t:DCWIbRRX] added properties to xlsx file #14

Merged
merged 1 commit into from
Jul 11, 2019

Conversation

nabilacoutinho
Copy link

No description provided.

if (!empty($this->keywords)) {
$core_xml.='<cp:keywords>'.self::xmlspecialchars(implode (", ", (array)$this->keywords)).'</cp:keywords>';
}
$core_xml.='<dc:description>'.self::xmlspecialchars($this->description).'</dc:description>';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe you're missing the company property that you've created, or is it intentional to not be here?

@nabilacoutinho nabilacoutinho force-pushed the improvement/add-file-properties branch from b53dc7a to 522453e Compare July 11, 2019 12:39
@nabilacoutinho nabilacoutinho merged commit be08f71 into master Jul 11, 2019
@nabilacoutinho nabilacoutinho deleted the improvement/add-file-properties branch July 16, 2019 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants