Sort Score
Result 10 results
Languages All
Labels All
Results 3,041 - 3,050 of 100,089 for

workbook

(0.17 sec)
  1. The type initializer for ' ' threw an exception...

    Hi All, I’m running into this error when exporting an excel Workbook to PDF in a .NET 6 project running on Alpine Linux: The type initializer for ‘’ threw an exception. I’ve tried adding the following lines of code to …...error when exporting an excel workbook to PDF in a .NET 6 project...Cells when exporting an Excel workbook to PDF in a .NET 6 project...

    forum.aspose.com/t/the-type-initializer-for-thr...
  2. 导出打印区域范围到HTML,使用Node.js通过C++|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.... const workbook = new AsposeCells . Workbook ( sourceFilePath...the sheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/export-prin...
  3. 使用C++将Excel转换为带提示的HTML|Documentation

    使用Aspose.Cells在C++中将Excel转换为HTML同时添加提示信息。...Open the template file Workbook workbook ( sourceDir + u "AddTooltipToHtmlSamp...in output // Save as HTML workbook . Save ( outputDir + u "A...

    docs.aspose.com/cells/zh/cpp/convert-excel-to-h...
  4. 用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...
  5. Add WordArt Watermark to Chart with C++|Documen...

    Learn how to use Aspose.Cells for C++ to add a WordArt watermark to a chart in Microsoft Excel. Our guide will demonstrate how to create and position a WordArt watermark to enhance the visual appeal and uniqueness of your chart.... Workbook workbook ( srcDir + u "sample.xlsx"...first worksheet. Chart chart = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/add-wordart-watermark...
  6. 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...
  7. Using ICustomFunction Feature|Documentation

    This article describes how to create a custom function in Microsoft Excel using the ICustomFunction feature in the Aspose.Cells library. By loading an existing Excel file or creating a new Excel file, we can use the methods provided by Aspose.Cells to define and register custom functions and get the results. Finally, we save the modified Excel file to disk....//Open the workbook Workbook workbook = new Workbook (); //Obtaining...worksheet Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/how-to-calculate-cus...
  8. 使用GlobalizationSettings类为饼图的自定义小计标签和其他标签设置Node....

    学习如何使用Aspose.Cells for Node.js via C++中的GlobalizationSettings类自定义饼图的小计标签和其他标签。...data const workbook = new AsposeCells . Workbook ( path . join...to a custom class created workbook . getSettings (). setGlobalizationSett...

    docs.aspose.com/cells/zh/nodejs-cpp/using-globa...
  9. 通过 C++ 使用 Node.js 获取标题或页脚|Documentation

    本文介绍了如何使用 C++ API 通过 Node.js 编程方式从 Excel 或 OpenOffice 文件中获取标题和页脚。...new Workbook const workbook = new AsposeCells . Workbook ( filePath...filePath ); const sheet = workbook . getWorksheets (). get ( 0...

    docs.aspose.com/cells/zh/nodejs-cpp/get-headers...
  10. Convert CSV to JSON with Node.js via C++|Docume...

    Convert CSV file to JSON using the easy-to-use Aspose.Cells for Node.js via C++ API....csv" ); const workbook = new AsposeCells . Workbook ( filePath ...loadOptions ); const lastCell = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/convert-csv-to...