Quantcast
Channel: Adobe Community : Popular Discussions - Archived Discussions
Viewing all articles
Browse latest Browse all 21156

AIR create Excel(.xls) ActiveX

$
0
0

Hello.

As in the AIR to create XLS-file? I use ActiveX, but it does not work. Here is my code:

<html>

    <head>

        <title>New Adobe AIR Project</title>

          <script>

               var av = new ActiveXObject("Excel.Application");

               av.Visible = 1;

               av.WorkBooks.Add;

        </script>

    </head>

    <body>

    </body>

</html>

 

it gives the message - ReferenceError: Can't find variable: ActiveXObject.

How can I work with Excel means javascript. If possible, please give a small code.

 

Sincerely Mykle.


Viewing all articles
Browse latest Browse all 21156

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>