Sort Score
Result 10 results
Languages All
Labels All
Results 1,441 - 1,450 of 104,099 for

workbook

(0.11 sec)
  1. 用JavaScript通过C++打开不同格式的文件|Documentation

    Aspose.Cells for JavaScript通过C++ API允许你打开/读取不同格式的文件,如XLSX、HTML、CSV、ODS、TSV、SXC、FODS等。..."text/javascript" > const { Workbook , LoadOptions , LoadFormat...SpreadsheetML ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/zh/javascript-cpp/opening...
  2. 用 C++ 实现非连续范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 创建非邻接单元格的命名范围。...); // Create a new workbook Workbook workbook ; // Adding a Name...sequenced range int index = workbook . GetWorksheets (). GetNames...

    docs.aspose.com/cells/zh/cpp/implementing-non-s...
  3. Save Pivot Table in ODS file|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....this, you simply convert a workbook with an existing pivot table..."text/javascript" > const { Workbook , SaveFormat , PivotFieldType...

    docs.aspose.com/cells/javascript-cpp/save-pivot...
  4. Create and Save New Workbooks|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....Ask AI Create and Save New Workbooks Contents [ Hide ] Migration...Migration Tips: Create a Workbook object. Get the current worksheet...

    docs.aspose.com/cells/net/create-and-save-new-w...
  5. 用JavaScript通过C++为工作表添加WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript via C++将WordArt作为背景水印添加到工作表中。..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Otherwise create a new workbook. let workbook ; if ( fileInput ....

    docs.aspose.com/cells/zh/javascript-cpp/add-wor...
  6. 使用JavaScript通过C++导出与XML映射相关联的XML数据|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript导出工作簿中的XML映射关联的XML数据。...导出链接到工作簿中的 XML 映射的 XML 数据 请使用 Workbook.exportXml() 方法导出工作簿内与XML映..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  7. 使用JavaScript通过C++锁定WordArt水印|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++锁定WordArt水印..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...getElementById ( 'fileInput' ); let workbook ; if ( fileInput . files &&...

    docs.aspose.com/cells/zh/javascript-cpp/locking...
  8. 用 C++ 加密和解密Excel文件|Documentation

    如何使用 C++ 加密和解密Excel文件。锁定和解锁Excel文件。...xls" ; // Create workbook Workbook workbook ( inputFilePath );...Specify XOR encryption type workbook . SetEncryptionOptions ( EncryptionType...

    docs.aspose.com/cells/zh/cpp/encrypt-and-decryp...
  9. 使用 JavaScript 复制带样式的范围数据,通过 C++|Documentation

    学习如何使用 C++ 中的脚本复制带格式的单元格范围。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...create a new workbook } // Instantiate or load workbook let workbook...

    docs.aspose.com/cells/zh/javascript-cpp/copy-ra...
  10. 在 Ruby 中自动调整行和列|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 by excel file path workbook = Rjb ::...import ( 'com.aspose.cells.Workbook' ) . new ( data_dir + 'Book1...

    docs.aspose.com/cells/zh/java/autofit-rows-and-...