Sort Score
Result 10 results
Languages All
Labels All
Results 201 - 210 of 1,953 for

async save load

(0.21 sec)
  1. 将网页图片从URL加载到Excel工作表中,使用JavaScript通过C++|Documen...

    如何使用Aspose.Cells for JavaScript通过C++将URL中的图片转换为实际Excel图片。...addEventListener ( 'click' , async () => { const fileInput = document...created.</p>' ; } // Create or load workbook let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/load-a-...
  2. 通过 JavaScript 结合 C++ 获取形状的连接点|Documentation

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从 Excel 中的形状中检索连接点。...xlsx) to load (the file is read but the example...addEventListener ( 'click' , async () => { const fileInput = document...

    docs.aspose.com/cells/zh/javascript-cpp/get-con...
  3. 使用JavaScript via C++在导出Excel文件为HTML时实现从右到左扩展文本。...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....addEventListener ( 'click' , async () => { const fileInput = document...await file . arrayBuffer (); // Load source excel file inside the...

    docs.aspose.com/cells/zh/javascript-cpp/expandi...
  4. 测量单元格值的宽度和高度,单位为像素。|Documentation

    学习如何通过C++中的Aspose.Cells for JavaScript以单位像素测量单元格值的宽度和高度。...addEventListener ( 'click' , async () => { const fileInput = document...'fileInput' ); // Create or load workbook let workbook ; if (...

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  5. Calculate Formulas with JavaScript via C++|Docu...

    This article introduces how to use Aspose.Cells library to calculate formulas in Microsoft Excel using JavaScript via C++. By Loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to calculate the formula and get the result. Finally, we Save the modified Excel file to disk....addEventListener ( 'click' , async () => { // Instantiate a new...). value . toString (); // Saving the Excel file const outputData...

    docs.aspose.com/cells/javascript-cpp/calculate-...
  6. Protecting Worksheets with JavaScript via C++|D...

    Learn how to protect worksheets in Excel using Aspose.Cells for JavaScript via C++, including protecting rows, columns, and specific cells....Scenarios The user cannot modify saved scenarios Structure The user...addEventListener ( 'click' , async () => { const fileInput = document...

    docs.aspose.com/cells/javascript-cpp/protecting...
  7. Setting ScaleCrop and LinksUpToDate properties ...

    Learn how to set ScaleCrop and LinksUpToDate properties of built-in document properties using Aspose.Cells for JavaScript via C++....addEventListener ( 'click' , async () => { const fileInput = document...'fileInput' ); // Create or load workbook let workbook ; if (...

    docs.aspose.com/cells/javascript-cpp/setting-sc...
  8. 使用 JavaScript 通过 C++ 设置页面选项|Documentation

    本文提供示例代码,用于通过 JavaScript 通过 C++ 编程方式设置 Excel 工作表的页面选项,包括页面方向、缩放比例、FitToPages 选项、纸张大小、打印质量和首页编号。...addEventListener ( 'click' , async () => { const fileInput = document...workbook will be loaded and modified.</p>' ; } // Load workbook from...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  9. 网页扩展——使用JavaScript和C++的Office加载项|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....addEventListener ( 'click' , async () => { const fileInput = document...// Create a new workbook or load from selected file let workbook...

    docs.aspose.com/cells/zh/javascript-cpp/web-ext...
  10. 为工作簿指定自定义数字小数点和分组分隔符|Documentation

    使用C++通过Aspose.Cells for JavaScript更改Excel中的数字十进制和分组分隔符。...addEventListener ( 'click' , async () => { const fileInput = document...await file . arrayBuffer (); // Load workbook from uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/specify...