Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gsf-vba-dump(1) [debian man page]

GSF(1)								       GNOME								    GSF(1)

NAME
gsf-vba-dump - extract Visual Basic for Applications macros SYNOPSIS
gsf-vba-dump [FILE]... DESCRIPTION
This manual page briefly documents the gsf-vba-dump command. Various Microsoft binary data formats, including Excel (.xls), Word (.doc) and PowerPoint (.ppt) can embed macro code streams. These macro streams are in P-code (intermediate language) compiled from Visual Basic for Applications (VBA). The gsf-vba-dump utility extracts these macro streams. BUGS
Macro extraction from Powerpoint (.ppt) files has not been implemented yet. LICENSE
gsf-vba-dump is licensed under the terms of version 2.1 of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation. For information on this license look at the source code that came with the software or see the GNU project page <http:// www.gnu.org>. AUTHORS
gsf-vba-dump's primary author is Jody Goldberg <jody@gnome.org>. The initial version of this manpage was written by J.H.M. Dassen (Ray) <jdassen@debian.org>. SEE ALSO
gnumeric(1) The Gnumeric homepage <http://www.gnome.org/projects/gnumeric/>. The GNOME project page <http://www.gnome.org/>. Wikipedia, Visual Basic for Applications <http://en.wikipedia.org/wiki/Visual_Basic_for_Applications>. gsf March 16, 2008 GSF(1)

Check Out this Related Man Page

GSF(1)								       GNOME								    GSF(1)

NAME
gsf - archiving utility using the G Structured File library SYNOPSIS
gsf [OPTION...] SUBCOMMAND ARCHIVE... DESCRIPTION
This manual page briefly documents the gsf command. gsf is a simple archive utility, somewhat similar to tar(1). It operates on files following one of the structured file formats understood by the G Structured File library, for example, Microsoft Excel(TM) files. OPTIONS
Options -?, --help Show help options -v, --version Display gsf's version Subcommands cat Output one or more files in archive dump Dump one or more files in archive as formatted hexadecimal help List subcommands list List files in archive props Archive list of property names EXAMPLES
To list the content structure of a Microsoft Excel(TM) file arrays.xls: gsf list arrays.xls To dump Workbook, an individual data stream in arrays.xls: gsf dump arrays.xls Workbook AUTHORS
gsf's primary authors are Morten Welinder <terra@gnome.org> and Jody Goldberg <jody@gnome.org>. The initial version of this manpage was written by J.H.M. Dassen (Ray) <jdassen@debian.org>. SEE ALSO
gnumeric(1) The Gnumeric homepage <http://www.gnome.org/projects/gnumeric/> The GNOME project page <http://www.gnome.org/> gsf 29 November 2009 GSF(1)
Man Page

12 More Discussions You Might Find Interesting

1. HP-UX

Office tool for HP-UX 11.0 ?

Hi Experts, I am facing a problem in opening the office files like *.doc, *.ppt , *.xls etc in HP Unix. How do I do this? Is the software available , If yes is it freely available or Do I need to buy it ? (3 Replies)
Discussion started by: prasanna
3 Replies

2. UNIX for Dummies Questions & Answers

StarOffice OR ????

I have Star Office 5.2 installed on my system - you know the one : it allows you to read and edit word documents, Excel spreadsheets and Powerpoint presentations without logging into a WINDOWS OS. What I would like to know is if there is another application that I can use instead to view any... (2 Replies)
Discussion started by: Kanu77
2 Replies

3. UNIX for Dummies Questions & Answers

programming options

I am working on a community college certification in programming and have a choice of specialization in Java ,Visual Basic ,or Visual C++. I am curious to know what specialization would be best for the current job market and increase my earning potential? Any feedback would be greatly... (5 Replies)
Discussion started by: bilal_aa
5 Replies

4. UNIX for Dummies Questions & Answers

Opening Files

I'm a new to UNIX/LINUX. I just put cygwin on my laptop and I can navigate around the directories, but I can't open files (.doc, .ppt, .html or .exe). Is there an explicit command to do this? I know that in Solaris when it does not recognize the file, it brings up the list of available viewing... (4 Replies)
Discussion started by: AJA
4 Replies

5. BSD

BSD Links

The Big Three Distros http://www.netbsd.org/ http://www.freebsd.org/ http://www.openbsd.org/ What are the Differences Among the Three Versions? Differentiating Among BSD Distros page 2 page 3 page 4 is an article at serverwatch that addresses this question. The article also... (0 Replies)
Discussion started by: Perderabo
0 Replies

6. UNIX for Dummies Questions & Answers

Ericom powerterm API

I am trying to run automated testing on powerterm emulator, in order to succeed i need to run gettext api from a vba environment. how do i do that? any help would be appreciated amitai (3 Replies)
Discussion started by: amitair
3 Replies

7. Shell Programming and Scripting

Simpal AWK question

This example took form Wikipedia article about AWK: yes Wikipedia | cat -n | awk 'NR % 4 == 1, NR % 4 == 3' | head -7 The output is: 1 Wikipedia 2 Wikipedia 3 Wikipedia 5 Wikipedia 6 Wikipedia 7 Wikipedia 9 Wikipedia The question is: ... (2 Replies)
Discussion started by: BaruchLi
2 Replies

8. Shell Programming and Scripting

Need to dump mailtest into a xls sheet

I have created a script which mails me the hardware info for each server i have, now i need to put all this info in an xls sheet which can be a pain, would this be possible through a script? "======= HOSTNAME =========" Host Name: servername "===== IP ADDRESSES ========" ... (1 Reply)
Discussion started by: vikrant_rao
1 Replies

9. UNIX for Advanced & Expert Users

Unix- filters ppt

Hello.. i want a ppt on unix filters.. can anybody gv me d link 4 that?? (1 Reply)
Discussion started by: shweta_babbar
1 Replies

10. Programming

Connect to UNIX server with Visual Basic

Is there any possibility to develop an application using Visual Basic that connects to a unix server (using SSH) and run some commands? I will try to describe what i need : The user should enter the server adress, username and password! Than the user must enter some "filenames" and after... (10 Replies)
Discussion started by: SuperDuck
10 Replies

11. Windows & DOS: Issues & Discussions

Excel VBA script aware of being opened interatively or from the command line

I have a Excel VBA script that automatically runs when opened, extracts one table from a Microsoft Access Database, saves it as CSV, closes it, extracts another, saves it as CSV, closes it, then terminates itself. Is is called from a short .bat file using the /e option so that Excel does not... (1 Reply)
Discussion started by: Michael Stora
1 Replies

12. Windows & DOS: Issues & Discussions

Update sh file using VBA before perl script is run

I have a VBA that creates a new directory folder and creates a new text file in that directory. I am trying to run a perl script from the VBA and have created a batch file that gets called from the VBA. That bat file uses a shell file to run a script. When the batch file is called I get the error... (0 Replies)
Discussion started by: cmccabe
0 Replies