Sort Score
Result 10 results
Languages All
Labels All
Results 1,221 - 1,230 of 102,518 for

workbook

(0.07 sec)
  1. Specifying Significant Digits to be Stored in E...

    Learn how to specify significant digits to be stored in Excel files using Aspose.Cells with C++....( 15 ); // Create workbook Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/specifying-significan...
  2. 以ODF 1.1、1.2和1.3格式保存,使用Node.js via C++|Document...

    使用Aspose.Cells for Node.js via C++将Excel转换为ODF 1.1、1.2和1.3规范...Create workbook const workbook = new AsposeCells . Workbook ();...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/save-ods-fi...
  3. 在工作簿的VBA项目中添加库引用|Documentation

    学习如何使用Aspose.Cells for C++向VBA项目添加或注册库引用。...; // Create a new workbook Workbook workbook ; // Get the VBA...project from the workbook VbaProject vbaProj = workbook . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/add-a-library-refe...
  4. 使用C++控制工作表标签栏的方法|Documentation

    学习如何通过Aspose.Cells for C++ API控制工作表标签栏。...(); // Create a Workbook object Workbook workbook ; // Obtain the...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/how-to-control-she...
  5. Show Formulas Instead of Values in a Worksheet ...

    This article provides sample code for using the JavaScript API via C++ to programmatically display formulas rather than values in an Excel worksheet or spreadsheet...."text/javascript" > const { Workbook , SaveFormat , Worksheet ...the source workbook const workbook = new Workbook ( new Uint8Array...

    docs.aspose.com/cells/javascript-cpp/show-formu...
  6. Convert Revision of XLSB to XLSM with JavaScrip...

    Learn how to fully convert revisions of XLSB files into XLSM format using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...// Open workbook from the uploaded file const workbook = new Workbook...

    docs.aspose.com/cells/javascript-cpp/convert-re...
  7. Working Solution for Chart Resizing in PPTX|Asp...

    Fix unexpected chart resizing in PPTX when using embedded Excel OLE objects with Aspose.Slides for Java. Learn two methods with code to keep sizes consistent....changes in the underlying Excel workbook and then return to the corresponding...clicking outside the activated workbook. The size of the OLE object...

    docs.aspose.com/slides/java/working-solution-fo...
  8. Aspose.Cells.CellsException: 'IndexOutOfRangeEx...

    Hi- I’m getting the error shown in the subject above when trying to call Workbook.CalculateFormula. The full error says that the issue is “Based on cell Data!B2366” in the Workbook I will provide. The formula in this cel…...above when trying to call Workbook.CalculateFormula. The full...on cell Data!B2366” in the workbook I will provide. The formula...

    forum.aspose.com/t/aspose-cells-cellsexception-...
  9. 将 Excel 转换为 Pdf、图像及其他格式|Documentation

    通过 JavaScript 用 C++ 将 Excel 文件转换为 Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML 等多种格式。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...arrayBuffer (); // Instantiating a Workbook object by opening the Excel...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  10. Convert CSV, TSV and TXT to Excel with Node.js ...

    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.... Csv ); // Create a Workbook object and opening the file...wbCSV = new AsposeCells . Workbook ( path . join ( dataDir ,...

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