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

workbook_validate_worksheet_name renamed to workbook_validate_sheet_name #77

Closed
jarredholman opened this issue Jul 21, 2021 · 0 comments · Fixed by #83
Closed

workbook_validate_worksheet_name renamed to workbook_validate_sheet_name #77

jarredholman opened this issue Jul 21, 2021 · 0 comments · Fixed by #83

Comments

@jarredholman
Copy link

jarredholman commented Jul 21, 2021

WorkbookWrappers#validate_worksheet_name is broken because the function in libxlsxwriter was changed from workbook_validate_worksheet_name to workbook_validate_sheet_name

libxslxwriter header:

lxw_error workbook_validate_sheet_name(lxw_workbook *workbook,

binding:

attach_function :workbook_validate_worksheet_name, :workbook_validate_worksheet_name, [Workbook, :string], :error

def validate_worksheet_name(sheetname)
Libxlsxwriter.workbook_validate_worksheet_name(self, sheetname)
end

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 a pull request may close this issue.

1 participant