-
Notifications
You must be signed in to change notification settings - Fork 3
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
Reading file information such as author #17
Comments
Would you like to create a pull request? Thanks in advance. |
I will try, not very familiar with github.... )-:
last time it took me a day to get it right so if it takes me time please
understand.
Regards
Roey
…On Tue, 9 Jul 2024 at 10:20, Michael Daum ***@***.***> wrote:
Would you like to create a pull request? Thanks in advance.
—
Reply to this email directly, view it on GitHub
<#17 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIIPFGTPP33N5T24GK2GXLZLOFLRAVCNFSM6AAAAABKSFKRE2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMJWG44TINZZHE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Roey Almog
*Infoneto Ltd.*
|
Please find PR #20 for this change. |
I tried PR #20, alas the unit tests in author.t fail. |
Hm, I'm sorry. It worked on my machine(tm). I confirmed with What kind of errors do you get? More details might be helpful. When using The results now are as follows:
|
For reference, this is the code change, if someone wants to implement it:
|
I've used prove t/author.t. My guess was that the example xlsx files actually didn't contain the author information it was testing for. I'd really like to re-apply your pull requests with tests fixed. |
thank you for this great module, I would like the help you improve it a bit
In the source you have a remarked place holder for the author of the file at line 134:
# $workbook->{Author} = ...;
please add the code to read the author etc from the XLSX file:
This is a bit naive code, but I do not know XML::Twig well enough...
The text was updated successfully, but these errors were encountered: