This article explains how to open different Excel version files using Aspose.Cells for JavaScript via C++.... log ( "Aspose.Cells initialized"...), loadOptions1 ); console . log ( "Microsoft Excel 95/5.0 workbook...
本文介绍如何借助 Node.js API 和 C++ 扩展,编程判断工作表的纸张大小是否设置为自动。... log ( "First Worksheet of First Workbook...isAutomaticPaperSize ()); console . log ( "First Worksheet of Second...
Add the Image Stamp in your PDF document using AsposePdfAddStamp with the Node.js tool.... log ( "AsposePdfAddStamp => %O" ..."ResultAddStamp.pdf" ); console . log ( "AsposePdfAddStamp => %O" ...
Learn how to delete ranges in Excel and shift cells left or up using Aspose.Cells for Node.js via C++.... log ( worksheet . getCells (). get...ShiftType . Up ); console . log ( cells . get ( "B2" ). stringValue...
This article shows how to get the maximum display range of a worksheet and access cells through the Aspose.Cells for JavaScript via C++ API.... log ( "Aspose.Cells initialized"...}). then (() => { console . log ( "Aspose.Cells initialized"...
This article introduces how to use the FormulaText function in the Aspose.Cells library to process formulas in Microsoft Excel. Learn to get and set the formula text of cells and save modified Excel files using JavaScript via C++.... log ( "Aspose.Cells initialized"...formula inside cell A1 console . log ( cellA2 . stringValue ); resultDiv...