Target audience: MS Excel users Used tools: MS Excel What’s the purpose: Make JSON file from existing MS Excel file This will be a story about how to make JSON file from existing Excel file. Need to do this arises when i try to load user’s data in Mayan EDMS system using API interface of… Continue reading How to make JSON file from existing MS Excel file
Month: November 2021
How to quickly send email using SMTP server
Target audience: System Administrators Used tools: MS PowerShell What’s the purpose: Quickly send email I find a PowerShell command for easier sending email – such as testing smtp connections on a server. You do not then need to install telnet client. https://community.spiceworks.com/topic/2215186-test-email-flow-from-command-prompt And here is an example : exchange-server is name of smtp server –… Continue reading How to quickly send email using SMTP server
Programmatically generate MS Word files using Interop in .Net Core
Target audience: c# Used tools: c#, .Net Core What’s the purpose: Programmatically generate MS Word files using Interop in .Net Core Well, I need an app to make Word files with data from Excel file.Searching in internet a find this tutorial: https://dottutorials.net/programmatically-generate-word-files-using-interop-in-net-core/ If i have to ‘rate’ it – the rating will be ‘Wow’ !At… Continue reading Programmatically generate MS Word files using Interop in .Net Core