У Вас устаревшая версия браузера. Скачайте современный Firefox, Chrome, Opera или Яндекс браузер для комфортного просмотра!
  
Software catalog
Интернет-каталог бесплатных и платных программных продуктов всего мира
  
 RU  EN 
Поиск программ
Язык описания 1Язык описания 2Язык описания 3Язык описания 4
ПлатформаЛицензияЧлен ASP
КлассСпецификаКатегория
НазваниеРазработчик/издатель
Ключевые словаОписание
      
C# excel Interop 2021.9
Компания: C# Excel Interop
Страна: United States of America, Colorado, Aurora
Член ASP: Нет
Web сайт компании: https://ironsoftware.com/csharp/excel/docs/questions/c-sharp-excel-interop/
Сайт программы: https://ironsoftware.com/csharp/excel/docs/questions/c-sharp-excel-interop/
О приложении: https://ironsoftware.com/csharp/excel/docs/questions/c-sharp-excel-interop/

Автор: Martha Smith

Email продаж: csharpexcelinterop.pad@submitpad.org
Email техподдержки: csharpexcelinterop.pad@submitpad.org

Тип лицензии: Условно-бесплатная
Класс: Development::C / C++ / C#
Специфика:
Категории: Business & Finance :: Accounting Tools, Business & Finance :: Calculators & Converters, Business & Finance :: Database Managers, Business & Finance :: Inventory, Business & Finance :: Office Tools, Business & Finance :: PIMS & Organizers, Business & Finance :: Presentation Tools, Business & Finance :: Project Management, Business & Finance :: Stocks & Portfolios, Business & Finance :: Taxes, Business & Finance :: Finance Tools, Business & Finance :: Payroll, Business & Finance :: Spreadsheets, Business & Finance :: E-commerce, Business & Finance :: Word Processing, Business & Finance :: Vertical Markets, Home & Hobby :: Calendars & Planners, Home & Hobby :: Entertainment, Home & Hobby :: Journals & Diaries, Home & Hobby :: Food & Beverage, Home & Hobby :: Health & Nutrition, Home & Hobby :: Home Inventory, Home & Hobby :: Hobbies, Home & Hobby :: Religion & Spirituality, Home & Hobby :: Misc. Home, Education :: Astronomy, Education :: Collecting, Education :: Electronic books, Education :: Household, Education :: Language, Education :: Mathematics, Education :: Sport and Health, Communication :: Chat Tools, Communication :: Instant Messaging, Communication :: Remote Control Tools, Communication :: Wireless Communication, Email :: Signature Tools, Email :: Misc. Email Tools, Email :: Notification Tools, Internet :: Communication and Chat, Internet :: Email, Internet :: File Sharing Tools, Internet :: Pop-Up Ad Killers, Internet :: Download Managers, Internet :: News Readers, Internet :: ASP, Internet :: Time Synchronization, Internet :: Usenet Tools, Internet :: Website Management, Internet :: Tools & Utilities, Internet :: Miscellaneous, Multimedia and Design :: Animation Tools, Multimedia and Design :: Fonts & Font Tools, Multimedia and Design :: Organizers, Multimedia and Design :: Image Editing, Multimedia and Design :: Screen Capture, Multimedia and Design :: Video Players, Multimedia and Design :: Video Recorders, Multimedia and Design :: Cataloging, Multimedia and Design :: Compression, Multimedia and Design :: Presentations, Multimedia and Design :: Miscellaneous, Programming :: C & C++ & C#, Programming :: Components and Libraries, Programming :: Databases & Networks, Programming :: Debugging, Programming :: Installers and Uninstallers, Programming :: IDEs & Coding Utilities, Programming :: JavaScript, Programming :: .NET, Programming :: Management and Distribution, Programming :: Python, Programming :: Reference & Tutorials, Programming :: Source Code, Programming :: SQL, Programming :: Visual Basic, Programming :: CGI Tools, Programming :: Help Authoring Tools, Programming :: Miscellaneous, Utilities :: File & Disk Management, Utilities :: Network Utilities, Utilities :: Password Recovery, Utilities :: Security & Encryption, Utilities :: System Optimizers, Utilities :: System Utilities, Utilities :: Uninstallers, Utilities :: File Compression, Web Development :: ASP, Utilities :: Printers, Utilities :: Synchronization, Utilities :: Shutdown Tools, Web Development :: HTML Editors, Web Development :: HTML Conversion Tools, Web Development :: HTML Validators, Web Development :: Style Sheets, Web Development :: Site Mappers, Web Development :: Java & Java Script, Web Development :: PHP, Web Development :: Reference & Tutorials, Web Development :: Log Analyzers, Web Development :: Site Management, Web Development :: Site Promotion, Web Development :: Site Security Tools, Web Development :: Web Design Utilities, Web Development :: Web Servers, Web Development :: Miscellaneous, Shell & Desktop Enhancements :: Cursors, Shell & Desktop Enhancements :: Font Tools, Shell & Desktop Enhancements :: Fonts, Shell & Desktop Enhancements :: Icon Tools, Shell & Desktop Enhancements :: Personal Tech Solutions, Shell & Desktop Enhancements :: Shell & Desktop Management, Shell & Desktop Enhancements :: Start-up Screens, Security Tools :: Desktop Monitors, Security Tools :: File Removers, Security Tools :: Key Loggers
Платформа: Windows
ОС: Win2000, WinXP, Win7 x32, Win7 x64, Windows 8, Windows 10, WinServer, WinOther, WinVista, WinVista x64
Системные требования: Requires .Net Framework 4.x or .Net Core 2.x or .Net Standard on the Microsoft, Mac or Linux
Язык: English, Afar, Albanian, Arabic, Armenian, Assamese, Bhutani, Bulgarian, Burmese, Cambodian, Chinese, ChineseSimplified, ChineseTraditional, Czech, Danish, Dutch, Estonian, Finnish, French, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingua, Italian, Japanese, Javanese, Korean, Latvian, Macedonian, Malayalam, Moldavian, Nepali, Norwegian, Other, Persian, Polish, Portuguese, Romanian, Russian, Samoan, Serbian, Setswana, Singhalese, Siswati, Slovak, Slovenian, Spanish, Sudanese, Swedish, Tagalog, Thai, Tibetan, Tonga, Turkish, Ukrainian, Vietnamese, Welsh
Ограничения: Fully operational for development and testing purposes. Deployment requires a commercial license. Multiple Options Available.

  
Ключевые слова: c# excel interop, vb net excel interop

Interop is a way in which one programming language can talk with another. In .Net, we almost exclusively talk about .Net applications talking to C++ applications. Excel interop is a technology defined by Microsoft. It allows people to use excel from C# by counselling an installed instance of excel. This seems like a great idea until we realize the excel must be installed on the target machine that might include your web server or the Docker instance or Azure many places where Excel can never be installed and Microsoft does not actually allow licensing. We highly recommend against using excel interop in any web application or any application where you may be distributing to a target system that may not have the exact correct version of Excel installed.

Do I need to install Excel on my server to use Excel in a C# application? No, you do not. If you use IronXL to work protect cell in your C# application, you do not need Excel to be installed on any computer yet you can achieve all the functions that Excel provides.

Can IronXL work without interop? IronXL does not require interop to create, edit, import generate and export Excel documents. That is why it's become such a popular C3 excel library.

Is there a use case where you would use interop in your project with IronXL? We cannot think of any reason to use Excel interop with IronXL. However, IronXL allows you to use data from any source to create an Excel forward file. So if you have interrupt with another C++ application, for example, a proprietary system, IronXL can take that data and write it to excel, but we will not require an Excel interop and we will not require Excel to be installed on your host machine. This is important for .Net core, where Excel cannot be installed in an interop compatible format for Mac and Linux targets or hosts on the internet.

What features can you use without interop in IronXL? IronXL can achieve almost anything that can be achieved within the Excel application.
Сообщить о
вредоносном ПО




 0    
9.44 МБ

~399.00$
~369.22€
~36812.86₽
ДатаВерсияСтатусИстория выпусков
01.08.20212021.9New ReleaseIronXL does not require interop to create, edit, import generate and export Excel documents. That is why it's become such a popular C3 excel library.
21.01.20212021.1.21New ReleaseIronXL does not require interop to create, edit, import generate and export Excel documents. That is why it's become such a popular C3 excel library.
Разрешения на распространение: Freely distributed as a development and testing community version. Deployment to live servers requires a commercial license.

Рейтинг:

Назад  Наверх

 
  0  0
Новое на сайте
Март 2024
   Пн   Вт   Ср   Чт   Пт   Сб   Вс   
           1   2   3   
   4   5   6   7   8   9   10   
   11   12   13   14   15   16   17   
   18   19   20   21   22   23   24   
   25   26   27   28   29   30   31   
 29 марта 2024 года, пятница 
Пользователь
Авторизация
e-mail:

пароль:


Регистрация
RSS-лента
RSS-лента    Valid RSS
Сейчас на сайте
Гостей: 1
Пользователей: 0
Роботов: 68
Всего пользователей: 16
Баннеры

Copyright © 2020-2024 ООО МааСофтваре