MathNya

Results 114 comments of MathNya

Fixed a bug related to text values. The developer control object is currently not supported. We will try to support it in the next update.

Thank you for pointing this out. I did not understand the specifications regarding copying. However, I would have to raise a major version to change this. We just recently went...

> Also, get_ prefixes are uncommon in Rust, they only add noise IMO. I did not know this either. I usually use PHP so get_ was a given. I will...

@piaoger Yes, we are working on a new version of the program. Version 3.0 allows all kinds of changes. Of course, this includes destructive changes. If you are going to...

@Lydanne Thank you for contacting us. Excuse me, could you please be more specific?

@Lydanne Thank you for your reply. I understand. Hidden information is not included in Cell. It is included in ROW_DIMENSION and COLUMN_DIMENSION. An example implementation is provided. Please check it...

@harmbuisman Thank you for contacting us. The error is probably for the same reason as #189. We will address this in the next version update.

The latest version is now available. This version resolves the import error, but does not support form controls, Form controls are not supported. (They are lost when writing.) Support for...

@jimmer74 Thank you for contacting us. ConditionalFormatting has not been a feature that has been talked about much since it was implemented. Therefore, I believe it still has many glitches....

@jimmer74 An example implementation is shown below. ```rust let mut out_book = new_file(); let out_sheet = out_book.new_sheet("listDataTable").unwrap(); let mut color = Color::default(); color.set_argb("FF0000"); // Background color when conditions are met...