Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 102,715 for

workbook

(0.14 sec)
  1. Reading CSV File with Multiple Encodings with C...

    Learn how to read CSV files with multiple encodings using Aspose.Cells for C++....into Workbook with the specified options Workbook workbook ( filePath...); // Save the workbook in XLSX format workbook . Save ( filePath...

    docs.aspose.com/cells/cpp/reading-csv-file-with...
  2. Can not load Excel files (460) - Free Support F...

    Hello, When I try to load the attached excel files, this exception occurs: com.aspose.cells.CellsException: This file's format is not supported or you don't specify a correct format. Here's the code I use: Workbook …...the code I use: Workbook workbook = new Workbook("aral.xls"); I've...type “Microsoft Excel 5.0/95 Workbook”. Unfortunately, there isn’t...

    forum.aspose.com/t/can-not-load-excel-files-460...
  3. Convert Excel to CSV, TSV and Txt with JavaScri...

    Learn how to convert Excel files to CSV, TSV, and TXT formats using Aspose.Cells for JavaScript via C++.... Saving Workbook to Text or CSV Format Sometimes...want to convert or save a workbook with multiple worksheets into...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  4. 如何在没有Excel的情况下用C++检测冻结状态|Documentation

    在本文中,您将学习如何使用C++的Aspose.Cells API以编程方式检测Excel工作表的冻结状态。...Create the workbook from the specified file Workbook workbook ( u "Frozen...worksheet from the workbook Worksheet sheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/how-to-check-froze...
  5. 通过Node.js使用C++处理Shape或Chart的阴影效果|Documentation

    学习如何使用Aspose.Cells for Node.js via C++处理形状或图表的阴影效果。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/working-wit...
  6. Locking WordArt Watermark with C++|Documentation

    Learn how to lock WordArt watermarks in Excel worksheets using Aspose.Cells for C++. Prevent editing, movement, and selection of watermarks programmatically....Instantiate a new Workbook Workbook workbook ; // Get the first...default sheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/locking-wordart-water...
  7. 用 C++ 隐藏和排序数据透视表中的数据|Documentation

    学习如何使用 Aspose.Cells 和 C++ 在数据透视表中隐藏和排序数据。..." ); // Load the workbook Workbook workbook ( srcDir + u "PivotTableHideAndSor...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/pivot-table-hide-a...
  8. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    使用 Node.js 通过 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等格式。...the Workbook object // Open an Excel file const workbook = new...new AsposeCells . Workbook ( filePath ); // Save the document...

    docs.aspose.com/cells/zh/nodejs-cpp/convert-wor...
  9. 使用C++向已签名的Excel文件添加数字签名|Documentation

    学习如何使用Aspose.Cells for C++向已签名的Excel文件添加数字签名。通过多重签名保持文档完整性。...Cells提供 Workbook::AddDigitalSignature(DigitalSignatureColl...如何向已经签名的Excel文件添加数字签名 以下示例代码演示了如何使用 Workbook::AddDigitalSignature 在已签名...

    docs.aspose.com/cells/zh/cpp/add-digital-signat...
  10. Finding Absolute Position of Shape inside the W...

    Learn how to find the absolute position of a shape inside a worksheet using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...inside the workbook object const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/finding-ab...