database - Handling and Formatting Date in Microsoft Excel 2007 -


below excel sheet work with, has 2 coulmns name , date

i need insert data in excel sheet oracle db using insert statements give below, when try date values shows number, please tell me how can real date value insert statement. formula

="insert mm values('"&trim(a2)&"','"&trim(b2)&"');"

enter image description here

="insert mm values('"&trim(a2)&"','"&trim(text(b2, "dd/mm/yyyy"))&"');" 

output:

insert mm values('clnd.w0005','02/01/2009');


Comments

Popular posts from this blog

javascript - three.js lot of meshes optimization -

smartface.io - Proper way to change color scheme for whole application -

Email notification in google apps script -