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

Is Streamwriter can set ConditionalFormatOptions? #1832

Open
ShowerBandV opened this issue Mar 1, 2024 · 3 comments
Open

Is Streamwriter can set ConditionalFormatOptions? #1832

ShowerBandV opened this issue Mar 1, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@ShowerBandV
Copy link

Hello xuri,I would like to know which scenarios are supported in streamwriter,as I know streamwriter api can not use with non-stream api,so I'm worry about if we replace our code with streamwriter,our system may lose some functionality

@xuri
Copy link
Member

xuri commented Mar 5, 2024

Thanks for your issue. There are two kinds of functions in the excelize library: normal mode functions and stream mode functions. The stream mode function is used to generate a worksheet with the amount of data in lower resource usage. However, this mode does not have a one-to-one correspondence with all functions in the normal mode, it just implements some commonly used functions, and we will add more stream mode functions in the future. This library doesn't support creating a conditional format in stream mode currently, so please set the cell data with the normal mode function SetConditionalFormat.

@xuri xuri added the enhancement New feature or request label Mar 5, 2024
@ShowerBandV
Copy link
Author

Thanks for your issue. There are two kinds of functions in the excelize library: normal mode functions and stream mode functions. The stream mode function is used to generate a worksheet with the amount of data in lower resource usage. However, this mode does not have a one-to-one correspondence with all functions in the normal mode, it just implements some commonly used functions, and we will add more stream mode functions in the future. This library doesn't support creating a conditional format in stream mode currently, so please set the cell data with the normal mode function SetConditionalFormat.

thanks

@ShowerBandV
Copy link
Author

Thanks for your issue. There are two kinds of functions in the excelize library: normal mode functions and stream mode functions. The stream mode function is used to generate a worksheet with the amount of data in lower resource usage. However, this mode does not have a one-to-one correspondence with all functions in the normal mode, it just implements some commonly used functions, and we will add more stream mode functions in the future. This library doesn't support creating a conditional format in stream mode currently, so please set the cell data with the normal mode function SetConditionalFormat.

Is Hyperlink supported by streamwriter?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants