Search:

Type: Posts; User: leo_213

Search: Search took 0.03 seconds; generated 5 minute(s) ago.

  1. 2.0 Re: Import and Export Excel Files into SQL with C# ?

    Hello,

    This article gives an example to export Excel to datatable in C#, hope it helps
    http://janewdaisy.wordpress.com/2011/11/29/c-export-data-from-excel-to-datatable/

    Regards,
    leo
  2. Re: Programmatically add Watermark to Word document - VB.Net

    Thanks for the great information. I'm currently working on this and I find the following method pretty easy to add text watermark to an existing Word file, check

    Add text watermark:

    Dim...
  3. Replies
    4
    Views
    4,736

    Re: Convert word to pdf

    You need to install MS Word on your machine if you use Microsoft.Office.Interop.Word as a reference in your project. If you don't want MS Word to be installed on either developer machine or client...
  4. Replies
    12
    Views
    19,658

    Re: [RESOLVED] [2003]How to highlight text in pdf

    hi ,

    refer to the following tutorials to resolve your problem

    find and highlight selected text within Excel
    find and highlight selected data in Excel in C#.VB.NET
    Hope helpful

    Regards
  5. Replies
    1
    Views
    6,211

    MsOf07 Re: Word to pdf using PDF maker in C#

    hello,



    Create PDF from MS Word using PDF maker
    refer solutions on codeprocject
    Convert word to PDF using C# PDF component


    Hope this helps.
  6. Replies
    2
    Views
    20,177

    Re: Make a textbox act like Excell Cell

    hi ,

    Alright, if any body want to get some sample codes,you can turn to Excel.dll for silverlight,as I know, it provides trail version package,within it are sample codes and demos.This is a...
  7. Replies
    3
    Views
    7,300

    Re: WPF Listview alternating row colors

    Hiya,

    Actually,you can get this job done like this
    Step 1, Select the range that you want to format.

    CellRange dataRange = sheet.AllocatedRange;
    Step 2 Set conditional formation.
    ...
Results 1 to 7 of 7



Click Here to Expand Forum to Full Width