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

Added support for additional Workbook options and multiple authors. #86

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ViniciusFXavier
Copy link

  • Added options for Workbook:

    • title: Title for the worksheet.
    • subject: Subject of the workbook.
    • company: Name of the company for use in features such as comments and file information.
    • manager: Name for use in features such as comments and file information.
    • version: Version number of the workbook, allowing text string representation (e.g., "1.0," "2.0," "Final Version," "Draft 2," etc.).
    • revisionNumber: Revision number of the workbook, accepting text string representations (e.g., "0," "1," "2," "A," "B," "Final Draft," "RC1," etc.).
    • language: BCP 47 language tag to represent the file language ('en-US', 'es-ES', 'pt-BR', etc.).
  • Introduced the ability to have multiple authors:

    • author: Name for use in features such as comments and file information. Use 'author' when there is a single author. You can also provide a semicolon-separated string to include multiple authors (e.g., 'Author 1; Author 2').
    • authors: Names of authors, for use in features such as comments and file information. Use 'authors' when there are multiple authors.

These enhancements improve the flexibility and functionality of the library, making it easier to customize and handle workbooks in Excel.

…tions and multiple authors.

- Added options for Workbook:
  - `title`: Title for the worksheet.
  - `subject`: Subject of the workbook.
  - `company`: Name of the company for use in features such as comments and file information.
  - `manager`: Name for use in features such as comments and file information.
  - `version`: Version number of the workbook, allowing text string representation (e.g., "1.0," "2.0," "Final Version," "Draft 2," etc.).
  - `revisionNumber`: Revision number of the workbook, accepting text string representations (e.g., "0," "1," "2," "A," "B," "Final Draft," "RC1," etc.).
  - `language`: BCP 47 language tag to represent the file language ('en-US', 'es-ES', 'pt-BR', etc.).

- Introduced the ability to have multiple authors:
  - `author`: Name for use in features such as comments and file information. Use 'author' when there is a single author. You can also provide a semicolon-separated string to include multiple authors (e.g., 'Author 1; Author 2').
  - `authors`: Names of authors, for use in features such as comments and file information. Use 'authors' when there are multiple authors.

These enhancements improve the flexibility and functionality of the library, making it easier to customize and handle workbooks in Excel.
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.

None yet

1 participant