Hi!
I am extracting data from Excel Sheet and writing them to a file using FileSystemObject after creating a textfile.
I can read and write with objRs.Fields(0) fine with size of the value of the field smaller than 255(not quite sure exact size).
But I can't read size seems to be larger than 255 in the field of Excel column.
I can read this "EPIDEMIC ENCEPHALITIS B VACCINE AND PREPARATION BY USING LEPIDOPTERA MYBHIMUA SEPARATA OVARY CELLS"
but not this size "The preparation method includes culture of ovary cells of spodoptera frugiperda, infecting the cells with encephalitis B virus, continuous culture and supplement of culture liquor, thus the deactivated or activated vaccine can be obtained. In present method the culture medium is aserum one."
How can I read this and write to a file??
With Access database records I used getChunk() but with Excel seems not working..
Anyone know how to handle this???
Please help.
Thank you.
I am extracting data from Excel Sheet and writing them to a file using FileSystemObject after creating a textfile.
I can read and write with objRs.Fields(0) fine with size of the value of the field smaller than 255(not quite sure exact size).
But I can't read size seems to be larger than 255 in the field of Excel column.
I can read this "EPIDEMIC ENCEPHALITIS B VACCINE AND PREPARATION BY USING LEPIDOPTERA MYBHIMUA SEPARATA OVARY CELLS"
but not this size "The preparation method includes culture of ovary cells of spodoptera frugiperda, infecting the cells with encephalitis B virus, continuous culture and supplement of culture liquor, thus the deactivated or activated vaccine can be obtained. In present method the culture medium is aserum one."
How can I read this and write to a file??
With Access database records I used getChunk() but with Excel seems not working..
Anyone know how to handle this???
Please help.
Thank you.