googlegroups.com
>>> *Date: *Mon, 5 Aug 2013 18:43:34 -0500
>>> *To: *
>>> *ReplyTo: * excel-macros@googlegroups.com
>>> *Subject: *Re: $$Excel-Macros$$ vba script to convert excel to json
>>> format
>>>
>>> Pretty much that's exact
json data)
> --
> *From: * Mog Godiva-Man
> *Sender: * excel-macros@googlegroups.com
> *Date: *Mon, 5 Aug 2013 18:43:34 -0500
> *To: *
> *ReplyTo: * excel-macros@googlegroups.com
> *Subject: *Re: $$Excel-Macros$$ vba script to convert excel to json format
>
> Pretty m
: $$Excel-Macros$$ vba script to convert excel to json format
Pretty much that's exactly what I need to do. Would it be helpful if I
provided a sample file?
Regards,
Godiva.
On Mon, Aug 5, 2013 at 3:47 PM, De Premor wrote:
> I dont know is that exist, but after reading a while about JSO
Pretty much that's exactly what I need to do. Would it be helpful if I
provided a sample file?
Regards,
Godiva.
On Mon, Aug 5, 2013 at 3:47 PM, De Premor wrote:
> I dont know is that exist, but after reading a while about JSON Format,
> i think we can do some simple translation on Excel Data t
I dont know is that exist, but after reading a while about JSON Format,
i think we can do some simple translation on Excel Data to something
looklike bellow
{
"Sheet1": {
"title": "Your Sheet Name Here",
"Data": {
"Row1": {
"Name": "De Premor",
But is there a customize VBA that can write it in to Json format
On Aug 5, 2013 12:20 PM, "yogananda muthaiah"
wrote:
> No you cannot convert vba lang to JSON format.
> Microsoft Development team is already working on it. This is been
> identified and will be ready with Microsoft Office 2015 ver
No you cannot convert vba lang to JSON format.
Microsoft Development team is already working on it. This is been
identified and will be ready with Microsoft Office 2015 version.
On Mon, Aug 5, 2013 at 9:31 PM, Mog Godiva-Man wrote:
> Hi experts,
>
> Does anyone have a VBA script to convert exce