• Trazer dados do Excel para um cenário de programação que envolve um ambiente.NET pode ser objeto de vários problemas, especialmente aqueles que pertencem a aspectos de interoperabilidade. IronXL é uma biblioteca que foi projetada para permitir que os desenvolvedores tragam seus dados de planilha do Excel para os ambientes Core.NET e .net, permitindo-lhes ler e escrever os formatos XSLX, XLS e CSV. Além disso, a API dedicada permite criar, ler, manipular, salvar ou mesmo exportar dados do Excel de uma forma intuitiva também para as plataformas.net Standard, Xamarin, Windows Mobile, Mono e Azure Cloud. As capacidades de exportação da biblioteca abrangem uma ampla gama de formatos de saída, alguns dos quais incluem TSV, JSON e os formatos proprietários do Excel. O principal princípio de trabalho para a manipulação de dados entre Excel, SQL e GridViews é acessar as planilhas como sistema.Dado.Conjunto de dados e sistema.Dado.Objectos datáveis. Caso os usuários desejem incluir suas fórmulas originais do Excel, estas serão recalculadas cada vez que uma planilha for editada. A sintaxe padrão da planilha é suportada, assim como as combinações e a manipulação do intervalo. Por último, mas não menos importante, a estética também está disponível e os usuários ainda serão capazes de definir características para as fontes usadas, fundo, fronteiras ou outros aspectos relevantes, tais como alinhamento.
  • Excel verilerini .NET ortamını içeren bir programlama senaryosuna getirmek, özellikle birlikte çalışabilirlik yönlerinden kaynaklananlar olmak üzere çeşitli sorunların konusu olabilir. IronXL, geliştiricilerin Excel elektronik tablo verilerini .NET ve .NET Core ortamlarına getirmelerini sağlamak için tasarlanmış ve XSLX, XLS ve CSV formatlarını hem okuyup hem de yazmalarına olanak tanıyan amaca uygun bir kitaplıktır. Ayrıca, özel API, bir kişinin Excel verilerini .NET Standard, Xamarin, Windows Mobile, Mono ve Azure Cloud platformları için de sezgisel bir şekilde oluşturmasına, okumasına, manipüle etmesine, kaydetmesine ve hatta dışa aktarmasına olanak tanır. Kütüphanenin dışa aktarma yetenekleri, bazıları TSV, JSON ve tescilli Excel formatlarını içeren çok çeşitli çıktı formatlarını kapsar. Excel, SQL ve GridViews arasında verileri işlemek için ana çalışma prensibi, elektronik tablolara System.Data.DataSet ve System.Data.DataTable nesneleri olarak erişmektir. Kullanıcıların orijinal Excel formüllerini dahil etmek istemeleri durumunda, bunlar bir çalışma sayfası her düzenlendiğinde yeniden hesaplanacaktır. Standart çalışma sayfası sözdizimi ve dolayısıyla kombinasyonlar ve aralık manipülasyonu desteklenir. Son olarak, estetik de mevcuttur ve kullanıcılar yine de kullanılan yazı tipleri, arka plan, kenarlıklar veya hizalama gibi diğer ilgili unsurlar için özellikleri tanımlayabileceklerdir.
  • Bringing Excel data into a programming scenario that involves a .NET environment can be the subject of various issues, especially those that pertain due to interoperability aspects.

    IronXL is a purpose-fit library that was designed in order to allow developers to bring their Excel spreadsheet data into .NET and .NET Core environments and it will allow them to both read and write XSLX, XLS and CSV formats.

    Furthermore, the dedicated API allows one to create, read, manipulate, save or even export Excel data into an intuitive manner also for .NET Standard, Xamarin, Windows Mobile, Mono and Azure Cloud platforms. The exporting capabilities of the library encompass a wide range of output formats, some of which include TSV, JSON and the proprietary Excel formats.

    The main working principle for manipulating data between Excel, SQL and GridViews is accessing the spreadsheets as System.Data.DataSet and System.Data.DataTable objects. In case users wish to include their original Excel formulae, those will be recalculated each time a worksheet is edited. Standard worksheet syntax is supported, and so are combinations and range manipulation.

    Last but not least, aesthetics are also available and users will still be able to define characteristics for the used fonts, background, borders or other relevant aspects such as alignment.