Updating excel file using ODBC and PHP -


i using excel file database , connecting file using odbc drivers php.

while updating particular field, updated value gets formatted text. updating number value in excel value gets formatted text.

i want updated value number formatted run formulas in excel.


Comments

Popular posts from this blog

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -