18 skills found
qax-os / ExcelizeGo language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
SalesforceAIResearch / XLAMxLAM: A Family of Large Action Models to Empower AI Agent Systems
xuri / Excelize WasmA WebAssembly build of the Go Excelize library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
sha5010 / Vim.xlamVim experience in Excel: An add-in that brings Vim’s key bindings to Excel, enhancing navigation and efficiency.
hirigaray / XlambdaXlambda: The Ultimate X Window Manager
xuri / Excelize RsRust language library for reading and writing Microsoft Excel™ (XLAM / XLSM / XLSX / XLTM / XLTX) spreadsheets
xuri / Excelize PyExcelize is a Python port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.
byronwall / BUTLExcel add-in with helpers for charting, formatting, and general pain points
navferty / SampleExcelXlamAddinMS Excel sample VBA Add-in with custom ribbon tab
xuri / Excelize CsExcelize is a C# port of Go Excelize library that allow you to write to and read from XLAM / XLSM / XLSX / XLTM / XLTX files.
my-youth / ToolBoxExcel Tool Box——致力于增强Excel功能,编写自定义公式,提供图形化界面,提升工作效率,解放你的双手,做更有意义的事情。
6i-software / Deploy Microsoft Office ExtensionsHelper to deploy Microsoft Office Extensions, like Excel or Word VBA macros, add custom actions in Office Ribbon, with InnoSetup. We use this solution in order to make easy installation and deployment of VBA macros stored in *.xlam or *.dotm files.
mdscheuerell / Lambert W In ExcelExcel add-in file (.xlam) for calculating Lambert W function
ddv404 / File Content Saerch批量文件内容检索工具,目前支持检索的文件类型:解析表格类型:xlsx、csv、xls、xlsm、xlam、xlsb。解析文本类型:txt、json、sql。
cavo789 / Vbs Xls List ReferencesRetrieve the list of references used in an Excel file (.xlam files f.i.) and display them on the console. Loop and process all Excel files in the current folder
noambrand / Google Translate Excel AddinGoogle Translate Excel addin (xlam) is a function powered by Google Translate for any Excel workbook (58 languages).
StandishMan25 / VBA Module BundlerImports source's referenced xlam/xlsm file's classes and modules and bundles it into one singular project.
GalaxyHobo / AeroToolKitAddInExcel add-in with functions to perform common aeronautical engineering calculations, including standard atmosphere, airspeed, aircraft performance and unit conversion calculations. Includes non-standard day calculations (ISA deviation). The add-in is written in VBA embedded in AeroToolKit.xlam. Atmospheric calculations are based on the ICAO standard atmosphere (reference ICAO doc 7488, dated 1993). This add-in derives from an earlier add-in by the same original author, stdAtmo20140121. This new add-in standardizes naming conventions and adds functionality. To install the .xlam file, go to File | Options | Add-ins, and navigate to the location at which you wish to keep the add-in on your file system. NOTE! There seems to be an issue with Excel "remembering" add-ins that it has loaded, particularly with Excel 2019. If this is a problem, go to the Add-ins menu (File | Options | Add-ins), select Manage Excel Add-ins, and uncheck the Aerotoolkit add-in and click Ok. Then return to the menu and re-check the add-in. The .xlam add-in consists of a single module, AeroToolKit, which is exported from the .xlam to the text file AeroToolKit.bas and maintained in the repo. Other essential elements of the repo include the function list with descriptions, AeroToolKitFunctionList.xlsx, and a full test of all functions (including expected results), AeroToolKitTest.xlsm. For configuration management, observe the following procedures: 1) Changes to the functions in the AeroToolKit.xlam file must be exported to the text AeroToolKit.bas file. 2) New functions or changes to existing functions must be accounted in an update to AeroToolKitFunctionList.xlsx. Export a copy of the file to the equivalent AeroToolKitFunctionList.csv in Excel. 3) Create new tests of the function in AeroToolKitTest.xlsm. Potential users concerned with the security of downloading and using an .xlam file from the internet can create their own add-in and import AeroToolKit.bas. If they are particularly nervous, they can review and copy the source in AeroToolKit.bas from GitHub and create their own .bas file.