CompletIT Community Server

Welcome to CompletIT Community Server Sign in | Join | Help
in Search

Browse by Tags

All Tags » excel
Showing page 1 of 2 (16 total posts)
  • Re: Export to Excel with cell color

    Hi, Thank you very much for using DataGridView Extension and for your feedback. We performed some tests here and the outcome is:- The customized cell colors are printed/exported only if they are applied via the cell style, like this:   ...   dataGridView1[ 0, 0 ].Style.BackColor = Color.Red;   ...
    Posted to Product Support (Forum) by iiordanov on December 20, 2008
  • Re: Long Time to Export in a Excel File

    Hi, This is very strange problem, could you please send us a sample project that we can use to reproduce the problem here. Please send the project to support[at]completit.com. Sincerely YoursSupport Team
    Posted to Product Support (Forum) by iiordanov on April 29, 2008
  • Re: Development halted?

    Hi Markus, Thank you for using DataGridView Extension and also for the good words! DGVE is relatively young product and probably this is the reason why it is not so popular, but we can say that its users are growing slowly but surely every day. You know sometimes it is pretty difficult to make people adopt something new, ...
    Posted to Miscellaneous (Forum) by iiordanov on April 23, 2008
  • Re: name excel sheets

    Hi Chris, No, you have not missed it. It isn't possible to define the name of the worksheet in 1.1.1, however we will include it in DataGridView Extension 1.2 because we find it useful. Sincerely YoursSupport Team
    Posted to Miscellaneous (Forum) by iiordanov on April 2, 2008
  • Re: The application requires that assembly office version 7 be installed in the GAC

    Hi Karel, Check whether the three PIAs(Microsoft.Office.Interop.Excel.dll, Microsoft.Vbe.Interop.dll and Office.dll) required by the export to Excel are included in your installation/deployment. They should be placed in the same folder where all other extension dlls reside. The other possibility is to update your installation to ...
    Posted to Product Support (Forum) by iiordanov on March 14, 2008
  • Re: Excel 2007

    Hi, Thank you for using DataGridView Extension and also for your feedback! The issue you have mentioned is new for us. In general you should always get an error if the export fails. In order to fix it we will need as much information as possible for your development environment (versions of OS, VS, Windows ...
    Posted to Product Support (Forum) by iiordanov on February 22, 2008
  • Re: Export Failed

    Hi xraham, We tried to reproduce your problem, but regretfully we could not. We created exactly the same VB.Net application as described in your code but this did not help us.Later today version 1.1 will be available for download and you could try it instead of 1.0 to see whether the problem is fixed. However if the problem still ...
    Posted to Product Support (Forum) by iiordanov on November 13, 2007
  • Re: Using EventHandlers in DGVEExcelExporter class

    Dear Kannabiran,In order to have both EventHandlers StartExport and EndExport called you have to call first:exporter.Export(dataGridView1, excelSettings);and then you will be notified that the export has been started/ended or an error has occured. So after the change your code will look like (the bold lines of code are ...
    Posted to DataGridView Extension (Forum) by iiordanov on October 14, 2007
  • Re: Exporting to Excel

    Hi there,The functionality you mentioned regarding the export to Excel is very useful and it is already planned for version 1.1 of DataGridView Extesion which will be released somewhere in the end of October this year - just a month away. The release will contain also export to Pdf and Print as well as many other ...
    Posted to Product Support (Forum) by iiordanov on September 28, 2007
  • Exporting to Excel

    I am working with the Excel export feature (CompletIT.Windows.Forms.Export.Excel) so that I can have multiple data grids exported at one time. At present each data grid is exported into a separate Excel file. Would it be possible to change it so that I can open one Excel file and put different data grids on separate worksheets?
    Posted to Product Support (Forum) by Anonymous on September 28, 2007
1 2 Next >
Powered by Community Server (Personal Edition), by Telligent Systems