Sort Score
Result 10 results
Languages All
Labels All
Results 5,061 - 5,070 of 105,384 for

workbook

(0.46 sec)
  1. Ինչպես գաղտնագրել Excel ֆայլը գաղտնաբառով Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես գաղտնագրել Excel ֆայլը Java-ում գաղտնաբառով: Այն տրամադրում է անհրաժեշտ ռեսուրսների մասին մանրամասներ, ծրագիր գրելու ամբողջական տրամաբանություն և գործարկվող օրինակելի կոդը՝ Java-ում գաղտնաբառով պաշտպանված Excel ֆայլ ստեղծելու գործընթացը ցուցադրելու համար:...Բեռնեք կաղապարի Excel ֆայլը Workbook օբյեկտի մեջ, որը պետք է գաղտնագրվի...Java-ում*: Այն օգտագործում է Workbook դասի օբյեկտը՝ բեռնելու աղբյուր...

    kb.aspose.com/hy/cells/java/how-to-encrypt-exce...
  2. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-data-source-of...
  3. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  4. View and Update XLSX Properties Online or Updat...

    View and modify XLSX properties through online app for free. C# .NET API code to update and add XLSX properties....NET Create Workbook class. Access system defined...Use Cases for Excel Open XML Workbook ( .xlsx ) Embed metadata fields...

    products.aspose.com/total/net/metadata/xlsx/
  5. Online XLS File Merger or Build Python Apps to ...

    Free online app to combine different XLS files. Python merging library code to merge XLS documents into other formats....files using Workbook class object. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/python-net/merge/xls/
  6. Online EXCEL File Merger or Build Python Apps t...

    Free online app to combine different EXCEL files. Python merging library code to merge EXCEL documents into other formats....files using Workbook class object. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/python-net/merge/excel/
  7. Online ODS File Merger or Build Python Apps to ...

    Free online app to combine different ODS files. Python merging library code to merge ODS documents into other formats....files using Workbook class object. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/python-net/merge/ods/
  8. Online TSV File Merger or Build Python Apps to ...

    Free online app to combine different TSV files. Python merging library code to merge TSV documents into other formats....files using Workbook class object. Select the one Workbook as the...Merge XLSB Files (Excel Binary Workbook) Merge XLSM Files (Macro-enabled...

    products.aspose.com/total/python-net/merge/tsv/
  9. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet..., 5 , opts ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  10. Aspose.cell PDF文件转换主线程不释放 - Free Support Forum ...

    我们发现aspose.cell save方法 excel转PDF的时候,如果碰到转换失败会一直卡主线程不释放,但是也没有抛出任何异常,导致我们整个主线程都被阻塞,不能在做其他的转换操作。 想问一下如果出现转换出错,能否抛出异常告知不要阻塞主线程不释放呢? 我们用的Aspose cells是最新的25.5的版本 Code Snipet: WXWorkCapture_1747279838100.png (24.6 KB)...// 加载可能会出错的Excel文件 Workbook wb = new Workbook("sampleErrorExcel2Pdf...df时,程序一直挂起,无法结束。 Workbook wb = new Workbook(filePath + "TEST_EXCEL_FILE...

    forum.aspose.com/t/aspose-cell-pdf/312719