Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 82,029 for

workbook

(0.06 sec)
  1. Set Margins of Comment or Shape inside the Work...

    Learn how to set margins of comments or shapes inside a worksheet using Aspose.Cells with C++....the sample Excel file Workbook workbook ( u "sampleSetMarginsOfCo...first worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/set-margins-of-commen...
  2. 用C++获取带格式和不带格式的单元格字符串值|Documentation

    学习如何通过 Aspose.Cells for C++ API 获取带格式和不带格式的单元格字符串值。...Startup (); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/get-cell-string-va...
  3. Unhide Multiple Sheets using Excel in Node.js

    This article describes how to unhide multiple sheets in Excel using Node.js. It has IDE settings, a list of steps, and sample code to unhide worksheet using Node.js....to unhide sheets Load the workbook where a few sheets are hidden...hidden Unprotect the workbook by providing the password if protected...

    kb.aspose.com/cells/nodejs/unhide-multiple-shee...
  4. How to Password Protect an Excel File using Nod...

    This article guides on how to password protect an Excel file using Node.js. It has all the details to set the IDE, a list of steps, and a runnable sample code to encrypt Excel file using Node.js....existing Excel file using the workbook for setting the password Set...encryption options for the workbook Set the password using the...

    kb.aspose.com/cells/nodejs/how-to-password-prot...
  5. 使用 Node.js 通过 C++ 将 CSV 转换为 JSON|Documentation

    使用 Aspose.Cells for Node.js via C++ 简单易用的 API 将 CSV 文件转换为 JSON。...csv" ); const workbook = new AsposeCells . Workbook ( filePath ...loadOptions ); const lastCell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-csv...
  6. 用C++向Excel插入背景图片|Documentation

    “如何用Aspose.Cells for C++向Excel插入背景图片。”...(); // Create a new Workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/insert-background-...
  7. Create Pivot Table in xlsx4j|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....//Instantiating a Workbook object Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet sheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/create-pivot-table-i...
  8. How to Convert Excel To PDF Using Python

    This short tutorial provides description about how to convert Excel to PDF using Python. You will learn creating a Workbook and by using Python Excel to PDF conversion with the help of detailed steps and runnable Python code....code is also provided where a workbook is created and sample data...via Java Create and fill a workbook for testing this conversion...

    kb.aspose.com/cells/python/how-to-convert-excel...
  9. 如何通过Node.js和C++获取OData连接信息|Documentation

    学习如何使用Aspose.Cells for Node.js via C++提取Excel文件中的OData连接信息。...js via C++提供 Workbook.getDataMashup() 属性,可返回Exc..."ODataSample.xlsx" ); // Loads the workbook which contains hidden external...

    docs.aspose.com/cells/zh/nodejs-cpp/how-to-get-...
  10. 将列宽设置为可缩放单位如em或百分比的Node.js和C++实现|Documentation

    学习如何在Aspose.Cells for Node.js via C++中将列宽设置为em或百分比等可缩放单位,从而改善生成HTML表格的展示效果。...xlsx" ); const workbook = new AsposeCells . Workbook ( sourceFilePath...setExportImagesAsBas ( true ); // Save the workbook in Html format with specified...

    docs.aspose.com/cells/zh/nodejs-cpp/set-column-...