Sort Score
Result 10 results
Languages All
Labels All
Results 4,321 - 4,330 of 105,188 for

workbook

(0.3 sec)
  1. Keep Separators for Blank Rows while exporting ...

    Learn how to keep separators for blank rows when exporting spreadsheets to CSV format using Aspose.Cells with C++....xlsx" ; // Create a Workbook object and open the file from...from its path Workbook workbook ( inputFilePath ); // Instantiate...

    docs.aspose.com/cells/cpp/keep-separators-for-b...
  2. 用C++在保存为HTML时启用CSS自定义属性|Documentation

    学习如何在使用Aspose.Cells for C++保存Excel文件为HTML时启用CSS自定义属性。通过减少冗余的图片数据提高性能。...\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleEnableCssCusto...SetEnableCssCustomPr ( true ); // Save the workbook in HTML format wb . Save (...

    docs.aspose.com/cells/zh/cpp/enable-css-custom-...
  3. 使用Node.js通过C++添加数据透视连接|Documentation

    学习如何使用Aspose.Cells for Node.js via C++添加数据透视连接。... const workbook = new AsposeCells . Workbook ( filePath );...worksheet. const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/add-pivot-c...
  4. 用 Node.js 通过 C++ 将工作表渲染为图形上下文|Documentation

    学习如何用 Aspose.Cells for Node.js via C++ 将工作表渲染为图形上下文,包括渲染到图像文件、屏幕和打印机。...Create workbook object from source file const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access first worksheet...

    docs.aspose.com/cells/zh/nodejs-cpp/render-work...
  5. 用 Python.NET 在保存为HTML时启用CSS自定义属性|Documentation

    学习如何在使用 Aspose.Cells for Python via .NET API 将Excel文件保存为HTML时启用CSS自定义属性。...cells import Workbook , HtmlSaveOptions # For complete..."output" ) # Load sample workbook wb = Workbook ( os . path . join...

    docs.aspose.com/cells/zh/python-net/enable-css-...
  6. Text gets mirrored when saving XLSX to PDF - Fr...

    Hi, please see the attached XLSX file. On the first sheet you find 4 arrows with a letter inside. Those letters get mirrored when saving to pdf. See the screenshots. XLSX: grafik.png (67,2 KB) PDF: grafik.png (68,1 …...NET example Workbook wb = new Workbook("input.xlsx"); //...PdfSaveOptions when calling Workbook.Save ? ebrunner February 18...

    forum.aspose.com/t/text-gets-mirrored-when-savi...
  7. How to Convert Excel to SVG in Java

    This simple tutorial explains the details about how to convert Excel to SVG in Java. You can change Excel to SVG using Java with few lines of code in macOS, Linux, or Windows....Excel to SVG Instantiate a Workbook class instance to load input...of output SVG Convert Excel workbook to Vector Graphics file by...

    kb.aspose.com/cells/java/how-to-convert-excel-t...
  8. How to Merge Cells in Excel using C#

    This basic tutorial will provide detail on how to merge cells in Excel using C#. By using a few number of API calls in C# excel cell merge feature can be incorporated in an existing or a new Workbook....Package Manager Initialize a Workbook class object to create a new...finally, save the output Excel workbook which will contain a sample...

    kb.aspose.com/cells/net/how-to-merge-cells-in-e...
  9. The XLSX file is opening indefinitely - Free Su...

    Hello, I am experiencing an issue with a file — it appears to be stuck in an infinite opening loop. 915610113_639070252310000000_-915610113.zip (42.2 KB) Excel.Workbook doc = new Excel.Workbook(input); Could you plea…...Workbook doc = new Excel.Workbook(input); Could...that creating a Workbook with new Excel.Workbook(input) never returns...

    forum.aspose.com/t/the-xlsx-file-is-opening-ind...
  10. 获取ODS文件中的单元格验证|Documentation

    了解如何通过C++ API中的Aspose.Cells for JavaScript获取单元格验证。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...file stream const workbook = new Workbook ( new Uint8Array (...

    docs.aspose.com/cells/zh/javascript-cpp/get-cel...