export

Including Sharepoint /pages/ in Import/Export

My team and I are using multiple virtual machines on our local computers to develop a Sharepoint Site and, as this is really not supported, we are running into problems: I am attempting to use the in-house import/export features with the following commands: -- Export -- stsadm.exe -o export -url http://localhost/ -nologfile -haltonwarn...

How to dump a table to a text file in SQL server? in sql Server 2005

How to export a table to a text file? I need to get the INSERT script (structure and data) for an already existing table. ...

How to export wikis from FogBugz 6 to (almost) any other wiki (final destination: Confluence)?

We have a FogBugz 6 installation, with a good deal of wiki content in place. We're transitioning to use Atlassian products (JIRA and Confluence), so we'd like to get that wiki content into Confluence. How would you approach this? Unfortunately, FogBugz doesn't appear to provide any kind of wiki export functionality, and Confluence doe...

XSL: Avoid exporting namespace defintions to resulting XML documents.

I'd like to take data from some XML files and transform them into a new XML document. However, I do not want the definition of a namespace in the XSLT to occur in the result document. In other words: source: <Namespace:Root xmlns:Namespace="http://www.something.com"&gt; stylesheet: <?xml version="1.0" encoding="ISO-8859-1"?> <xsl:...

Oracle how to export query to a text/csv file

Hi, I was wondering how to go about exporting a query from PL/SQL to an text file or csv file. The query I have in mind exports a huge amount of data (about 1 gig). So I'd also like the data split across multiple files; out1.csv out2.csv out3.csv I'd like to be able to decide how many files to split it across. Anyone have any idea ho...

PHP Microsoft Excel file generation / export class

I've been looking for a good Excel file generation class and have yet to find one - my number one issue is that I although I can get the exported file to open in Excel (running 2007), I always get a warning saying "the file is in a different format to the file extension". I noticed that the Excel export in phpMyAdmin even generates the ...

How to save from C# to Excel?

BOWorkerDetail oBOWorkerDetail = new BOWorkerDetail(); WorkerDetails oWorkerDetails = new WorkerDetails(); oWorkerDetails = oBOWorkerDetail.Gets(); oWorkerdetails is a collection of all workers. I need to save this value in Excel. how to do ? Can any one help?i Work on C# window platform vs05. ...

How can I dump emails from an Outlook .pst file into a MySQL database?

What would be the easiest way to take a Outlook pst file and export all of the emails into a MySQL database? ...

Export Embedded Excel Workbook in a PowerPoint slide to Excel

I have a PowerPoint presentation w/ an embedded Excel Workbook, name: ThisWorkbook I need to export ThisWorkbook into an Excel File. Thank you ...

Exporting X.509 certificate WITHOUT private key (.NET C#)

Hi everyone, I thought this would be straightforward but apparently it isn't. I have a certificate installed that has a private key, exportable, and I want to programmatically export it with the public key ONLY. In other words, I want a result equivalent to selecting "Do not export the private key" when exporting through certmgr and e...

In ASP.NET, how to get the browser to download string content into a file? (C#)

Hi, I would like to create a text file for export/download, like a *.csv, from an ASP.NET application. I know about Response.TransmitFile, but I want to do this without creating and saving a file physically on the server. Is that possible? Has anyone done something like that? ...

How to access data in old DOS RapidFile data files

I need to get access to some data that is stored in an old DOS format. Specifically using Ashton-Tate's RapidFile format. Does anyone know if there are ADO drivers or any other more "modern" data access technology that will enable me to read the data? ...

How can I import and export data from SQL Server 2005 to XML format?

I am very confused about how SQL Server 2005 supports importing and exporting of XML files. I was thinking that BCP was the way to go. However after reading all of the documentation it seems like there is no way to just take a regular table and export it in XML format. The reason that I am asking is that I am working with a client tha...

Can I export generated html pages from ASP.NET website through Visual Studio?

My friend uses Visual Studio to develop websites in ASP.NET. She only uses the Master Page facility, other than that it's 100% normal HTML and CSS. Is there a way to export the website to HTML pages based upon their master pages? If not, it's either loading each page manually and saving the HTML, or I write a little app that does it. ...

Is there a resource to explain how to export photos to a web site, for example like iPhoto to Facebook Export?

I am trying to understand the process of exporting from iPhoto to a web site. This would website would be a content management system. I have already located the iPhoto SDK for Exporting but cannot get my head around how to change the destination to a web site/service and the process involved. I am looking for some resource to give me...

How to export report data from SQL/ASP.NET to .XLS download with color and formatting?

Would like to be able to set colors of headings and such, different font sizes and background colors for cells. C# please. ...

Exporting to text using access query with parameters

Greetings, I have an access query which uses built in parameters (e.g. [start date]) to prompt a user to enter a date parameter when the query is ran. In most cases this has worked fine except today I tried to export the query to a text file and I am receiving an error: Too few parameters. Expected 2. This makes sense as there ar...

How do I export an ActiveReport to XLS in an ASP.Net MVC app?

I am unsure how to go about exporting my ActiveReports report document to XLS in my asp.net mvc app. My concept so far is to have a dropdown of export types and a submit button that submits that value to my controller. When I'm on the controller, I regenerate the report and pass it to my Export method. I'm not sure what to have this...

Cheapest Way To Export/Import Array Contents To File - AS3/AIR

I'm working on a basic editor application. It uses an array of varying size that I want to store to disk. This will eventually be in an AIR application, but for now it's just an AS3 project in Flex. I want to store the array in a file. The application edits the data, so it doesn't need to be human readable. I want it to be in whatever ...

How do I export a reporting services report to excel with embedded calculations in the excel columns?

I'm looking to allow the user to export an reporting service report to Excel. The question I have is how do I specify a formula within Reporting Service which is then present as an Excel column calcualtion on the exported file? Currently all I can seem to export is end results of the Reporting Services report but I have a need for the u...