Jump to content
Xtreme .Net Talk

filip

Members
  • Posts

    5
  • Joined

  • Last visited

About filip

  • Birthday 09/10/1974

filip's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi Pero, I guess you are a programmer, if you are looking for library. GemBox.Ppc is AdWords API for .NET library that eases communication with AdWords server and introduces variety of extra features that AdWords client libraries do not have. AdWords C# and VB.NET examples are provided to help you start faster with custom AdWords programming. Also, I suggest you to first develop and test your app in sandbox environment and use AdWords API sandbox editor/viewer to test your app and view your sandbox data.
  2. hi, you could try to use GemBox spreadsheet component. It's very easy to work with it and it's very fast. Here is a little example how you can do it with this component: ExcelFile ef = new ExcelFile(); ef.LoadXls("filename.xls"); ExcelWorksheet ws = ef.Worksheets[0]; MessageBox.Show(ws.Cells["A1"].Value.ToString()); Filip
  3. Hi, using Interop is not best way to work with Excel in .NET. You can try using GemBox .NET Excel component which is free for commercial use (limit is 150 rows). Here is a list of reasons why GemBox.Spreadsheet is better then Excel Interop and Excel Automation
  4. Hi, easiest way to work with Excel in .NET is by using 3rd party component. You can try GemBox.Spreadsheet - Excel component for .NET that is free to use if you have files smaller then 150 rows. Here you can see a list of reasons why GemBox.Spreadsheet is better to use when working with Excel then Excel Automation. Filip GemBox.Spreadsheet - easiest way to read and write Excel files in .NET
  5. Hi, easiest and fastest way to work with Excel in VB is by using some 3rd party component. You can try using GemBox.Spreadsheet - VB component for Excel. The component is free for commercial use with limit of 150 rows. Filip GemBox Software - Easy and fast read/write Excel files for .NET
×
×
  • Create New...