I need a solution to export a dataset to an excel file without any asp code (HttpResonpsne...) but i did not find a good example to do this...
Best thanks in advance
the code have problem with null values.
public void WriteExcelAutoStyledCell(object value) { //solve null values if (value is DBNull) return;