Smart Marker Case Sensitivity (DotNet)

Hi,

Please would it be possible to clarify if / when Smart Markers are case sensitive?

I’m in the process of refactoring the DB for a legacy DotNet application which uses Aspose.Cells (and Aspose.Words) extensively.

I’m passing in a datatable as a datasource to Aspose.Cells - and the case of the column names being passed in has changed. Referencing the columns using smart markers still appears to be working correctly - despite there being a mismatch between the smart marker case and the column name case in the data table. for instance Data table “DataSource1” has column “columnOne” - and is being referenced in the template with a smart marker “&=DataSource1.ColumnOne”.

It appears from this that the smart markers are not case sensitive.

Would it be possible to confirm that this conclusion is correct - and any cases where it may not be correct?

@Danlance

Thanks for using Aspose APIs.

Your findings are right. Smart Markers are not case sensitive. So “ABC”, “Abc” and “abc” all are same for Smart Markers.