Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 82,029 for

workbook

(0.07 sec)
  1. 支持使用 C++ 在命名范围公式中支持德语区域设置|Documentation

    学习如何使用 Aspose.Cells 与 C++ 处理德语区域的命名范围公式。...); // Load the source workbook Workbook wbSource ( srcDir + u...SetRefersTo ( value ); // Save the workbook with the new named range wbSource...

    docs.aspose.com/cells/zh/cpp/support-for-german...
  2. Disable Exporting Frame Scripts and Document Pr...

    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....properties while converting a workbook into HTML. The 8.6.0 version...properties. Once you convert a workbook into HTML, the output file...

    docs.aspose.com/cells/net/disable-exporting-fra...
  3. Update TSV File using Java | products.aspose.com

    Modify TSV document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....TSV File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/tsv/
  4. Update XLTX File using Java | products.aspose.com

    Modify XLTX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLTX File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xltx/
  5. Update XLSX File using Java | products.aspose.com

    Modify XLSX document in Java applications without using Microsoft Excel. Optimize code for fastest way to write and edit excel file in java....XLSX File in Java Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/java/update/xlsx/
  6. AutoFit Row Height Automatically When Loading f...

    Learn how to fit the rows which height are not customed using Aspose.Cells with C++....file and save it as PDF { Workbook wb ( filePath + u "sample...load options for the second workbook LoadOptions loadOptions ;...

    docs.aspose.com/cells/cpp/autofit-row-height/
  7. 用 C++ 添加带内置样式的文字艺术(WordArt)文本|Documentation

    学习如何用 Aspose.Cells for C++ 添加带内置样式的文字艺术文本。...\\ " ); // Create workbook object Workbook wb ; // Access first... 100 , 800 ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/zh/cpp/add-word-art-text-...
  8. Converting Worksheet to Image in Ruby|Documenta...

    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....Code def worksheet_to_image ( workbook ) #Create an object for ImageOptions...the first worksheet. sheet = workbook . getWorksheets () . get (...

    docs.aspose.com/cells/java/converting-worksheet...
  9. 在加载工作簿时使用C++过滤VBA项目|Documentation

    了解如何在使用Aspose.Cells与C++加载Excel工作簿时过滤VBA项目。...& loadFilter ); // Create workbook object from sample excel file..."sampleMacroEnabledWo.xlsm" ; Workbook book ( inputFilePath , loadOptions...

    docs.aspose.com/cells/zh/cpp/filter-vba-project...
  10. 用C++渲染切片器|Documentation

    使用Aspose.Cells和C++渲染Excel文件中的切片器。... Workbook workbook ( u "sampleRenderingSlice...worksheet. Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/rendering-slicer/