Abdul Rahman

Results 68 comments of Abdul Rahman

@JudeVajira thanks for the suggestion. It's time to make Excel export as a complimentary separate library like JqueryDataTablesServerSide.Reports. I'll start works related to this.

@JDMilne Many thanks for posting the issue. Will look on this and get back

This is not currently implemented. For these scenario you can use your own table html instead of using ``

You can add the `f` to the `dom` property and make use of the built in search instead of using external search. But the question is against which column you...

This does a database level search and the SQL formed on the fly for all columns of different type cannot be casted to string. Even if we do so it...

Even if casting is possible why to do unnecessary casting to string for all data types? I actually thank you for the suggestion, i think that is a great ideal,...

Hi Team, Thanks for this wonderful samples. Can you guys make a video tutorial for this eshoponweb micro services example and publish in Pluralsight? This could help many people who...

Hi @ronnelsantiagio, I just said Pluralsight as example. May be on any other video tutorial platform which is free. Thanks, Abdul

Example in the attached excel, Category values is placed in both column B and C [NestedGrouping Test.xlsx](https://github.com/ClosedXML/ClosedXML.Report/files/3537464/NestedGrouping.Test.xlsx)

Any ideas/hints for this? Right now I made a grouping in code as per my need using linq and pass that simple collection to excel. But why this didn't work...